/mcp. Use a key of the sandbox space (nia_sk_test_...) on your machine, never a live one.
What the connection needs
Connect
From the command line:.mcp.json, which Claude Code reads and expands the environment variables in:
/mcp in Claude Code to see the server and its tools. With agent memory on in the space, search_agent_memory (and remember, with a key that has the agent_memory:write scope) show up next to the seven customer tools.
Limits
- The token lasts 15 minutes: once it expires, the customer tools answer
unauthenticatedin the JSON-RPC. Mint another and reconnect. The two agent memory tools work without a token. - The customer is always the token’s: the model chooses what to ask, never about whom. To look at another test customer, mint another token.
- The server answers
POSTonly; aGET /mcpreturns 405. - Every tool call leaves a receipt in the space, like any read.
Next steps
MCP with any LLM
the tools, the token and what each one requires.
Coding assistants
the skill that teaches the assistant to connect a repository to Niadra.

