# JSON-RPC 2.0 over HTTP. Click a tool, watch the round-trip. Or use it from any agent.
$ drop this into ~/.config/claude/mcp.json (or your client's equivalent) and sortie is live in every agent session. No npm, no auth, no version churn.
Tested with: Claude Code · OpenCode · any MCP-compatible client
{
"mcpServers": {
"sortie": {
"type": "http",
"url": "http://localhost:3000/api/mcp"
}
}
}