Skip to content

MCP Tools Overview

Synap exposes 11 MCP tools through the arx-mcp-server. Your AI uses these tools automatically — you don't need to call them directly.

Tools at a glance

ToolDescriptionUse when...
arx_searchKeyword searchYou know the exact words
arx_similarSemantic searchYou remember the gist
arx_addCreate a thoughtCapturing insights
arx_getGet by IDFetching a specific node
arx_updateEdit contentCorrecting or expanding
arx_deleteRemove thoughtCleaning up
arx_listRecent thoughtsBrowsing latest
arx_edgesList connectionsExploring relationships
arx_linkCreate connectionLinking related ideas
arx_traverseWalk the graphDeep exploration
arx_statsGraph statisticsHealth check

How your AI uses them

You don't need to remember tool names. Just describe what you want:

You sayTool used
"What did I decide about caching?"arx_search or arx_similar
"Find things related to privacy"arx_similar
"Remember this: we chose Rust for..."arx_add
"Show me what connects to that idea"arx_edges + arx_traverse
"Link those two thoughts together"arx_link
"How many thoughts do I have?"arx_stats

Authentication

The MCP server reads credentials from ~/.arx/config.json (written by npx arx-setup). Requests are authenticated via the X-ARX-Key header with your API key.

Built by Arc Labs