Other MCP Clients

MCP is an open standard. Any compatible tool can connect.

Example JSON Config

{
  "provider": "myNeutron",
  "server": "https://api.myneutron.ai/mcp",
  "token": "YOUR_ACCESS_KEY",
  "description": "Personal AI memory via myNeutron"
}

Paste this configuration into any MCP-enabled application or agent framework (e.g., Windsurf, LiteLLM, custom AI agents).

Verification

After setup, send a test query (e.g., “List available contexts”) and myNeutron should respond with your Combined Contexts and Seeds.

Last updated