MCP Commands
Start and manage the local Namera MCP server.
For the complete documentation index, see llms.txt.
The mcp command group controls the local MCP server used by agents. It wires a smart account and one or more session keys into an MCP-compatible interface.
Command group
- Group:
namera mcp
Subcommands:
start: Start the local MCP server
Interaction modes
Namera CLI is agent-first and supports two modes on every command:
- Interactive (default). If required fields are missing, the CLI prompts you.
- Params mode. Pass raw JSON using
--paramsfor agent-driven execution.
Get the JSON schema for any command:
namera schema mcp.<command>Example:
namera schema mcp.startCommon output control
mcp start does not print output by default. Global output flags still apply but are typically unused.
--output,-o:pretty(default),json, orndjson--quiet,-q: suppress output entirely