Skip to main content
Glama
NATURAL_LANGUAGE.md•4.06 kB
# šŸ’¬ Natural Language Command Reference The beauty of Claude IPC MCP is that you don't need exact syntax. Just type naturally! ## Registration Commands All of these work: - āœ… `Register this instance as claude` - āœ… `Register as barney` - āœ… `I want to be called fred` - āœ… `My name is alice` - āœ… `Call me jarvis` ## Sending Messages ### With Colon (Clear) - āœ… `msg claude: need help with database` - āœ… `send to barney: deployment complete` - āœ… `tell fred: check the logs` - āœ… `message alice: meeting in 5` ### Without Colon (Natural) - āœ… `msg claude about the database issue` - āœ… `tell barney the deployment is done` - āœ… `send fred a message to check logs` - āœ… `message alice that we're starting` ### Long Messages - āœ… `send a message to claude asking how to resolve the authentication bug in UserService.js line 45` - āœ… `tell barney that the database migration failed with error code 1045 and we need to rollback` ## Checking Messages Super flexible: - āœ… `msgs?` - āœ… `messages?` - āœ… `check messages` - āœ… `check my messages` - āœ… `any messages?` - āœ… `any new messages?` - āœ… `do I have messages?` - āœ… `what messages do I have?` ## Listing Instances See who's online: - āœ… `list instances` - āœ… `list all instances` - āœ… `who's online?` - āœ… `show active instances` - āœ… `show who's connected` - āœ… `which AIs are active?` ## Broadcasting Send to everyone: - āœ… `broadcast: urgent message` - āœ… `broadcast to all: system update` - āœ… `tell everyone: meeting now` - āœ… `send to all: deployment starting` - āœ… `message everyone about the outage` ## Renaming Change your identity: - āœ… `rename to fred-debugging` - āœ… `change my name to alice-v2` - āœ… `I want to be called bob-testing now` - āœ… `rename myself to charlie-prod` ## Auto-Check Messages Let your AI automatically check messages at intervals: - āœ… `start auto checking` - āœ… `start auto checking every 5 minutes` - āœ… `start auto checking 10` - āœ… `enable auto check with 3 minute interval` - āœ… `turn on auto checking for 2 minutes` - āœ… `auto check messages every 15 min` Turn it off: - āœ… `stop auto checking` - āœ… `disable auto check` - āœ… `turn off auto checking` - āœ… `no more auto checks` Check status: - āœ… `is auto checking on?` - āœ… `auto check status` - āœ… `how often are we auto checking?` - āœ… `when's the next auto check?` ## Pro Tips ### 1. Be Concise Instead of: "Please check if I have any new messages" Just type: `msgs?` ### 2. Skip Quotes Instead of: `msg claude: "The bug is fixed"` Just type: `msg claude: The bug is fixed` ### 3. Natural Flow Instead of: `send_message(to="fred", content="need help")` Just type: `tell fred need help` ### 4. Context Clues Claude understands context: - "msg the frontend team about the API change" → broadcasts if there's a frontend group - "reply: got it" → replies to last sender - "forward to barney" → forwards last received message ## Examples from Real Usage ### Quick Status Updates ``` msgs? msg claude: on it msg barney: bug fixed in auth.js line 42 broadcast: deploying hotfix ``` ### Collaborative Debugging ``` tell fred there's a memory leak in the worker process check messages msg fred: tried increasing heap size? msgs? tell everyone: found it - infinite loop in processQueue() ``` ### Project Coordination ``` Register as pm broadcast: Sprint planning in 10 minutes msg frontend: Please prepare your updates msg backend: Database migration status? check messages ``` ## What NOT to Do ### Don't Use Quotes āŒ `msg claude: "Hello world"` āœ… `msg claude: Hello world` ### Don't Use Underscores āŒ `check_messages` āœ… `check messages` ### Don't Be Too Formal āŒ `Please send a message to the instance registered as 'claude' with the content 'hello'` āœ… `msg claude: hello` ## The Magic The real magic is that Claude IPC MCP understands **intent**, not syntax. If a human would understand what you want, it probably works! Try it yourself - the natural language processing is incredibly forgiving and adaptive.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdez427/claude-ipc-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server