update_mnemons_content — argo mcp MCP Tool Mutating
update_mnemons_content
(update mnemons content) is one of 62 tools on the
argo mcp
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call update_mnemons_content from your client
- Claude Code argo mcp update_mnemons_content run in your project directory
- Claude Desktop argo mcp update_mnemons_content ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor argo mcp update_mnemons_content ~/.cursor/mcp.json
- VS Code argo mcp update_mnemons_content .vscode/mcp.json
- Zed argo mcp update_mnemons_content ~/.config/zed/settings.json
- Windsurf argo mcp update_mnemons_content ~/.codeium/windsurf/mcp_config.json
- Cline argo mcp update_mnemons_content ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI argo mcp update_mnemons_content ~/.gemini/settings.json
- Grok argo mcp update_mnemons_content .mcp.json (in your project root)
- ChatGPT argo mcp update_mnemons_content Settings → Connectors → Advanced → Developer mode
- Claude.ai argo mcp update_mnemons_content Settings → Connectors → Add custom connector
- LangChain argo mcp update_mnemons_content pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http argo-mcp https://mcp.argo.games/mcp
Other tools on this server
- list_campaigns
- get_campaign
- create_campaign
- update_campaign
- list_co_gms
- add_co_gm
- remove_co_gm
- describe_mnemon_types
- list_mnemons
- search_mnemons
- get_mnemon
- list_mnemon_relationships
- create_npc_mnemons
- create_location_mnemons
- create_quest_mnemons
- create_lore_mnemons
- create_archive_mnemons
- create_journal_mnemons
- create_session_summary_mnemons
- create_player_mnemons
- create_custom_mnemons
- update_npc_mnemons
- update_location_mnemons
- update_quest_mnemons
- update_lore_mnemons
- update_archive_mnemons
- update_journal_mnemons
- update_session_summary_mnemons
- update_player_mnemons
- update_custom_mnemons
- create_mnemon_relationship
- delete_mnemon_relationship
- delete_mnemon
- create_session
- list_sessions
- get_session
- update_session
- list_guilds
- get_guild
- list_guild_members
- add_campaign_to_guild
- invite_guild_member
- remove_guild_member
- set_guild_member_role
- add_guild_calendar_event
- list_friends
- list_sent_friend_requests
- list_received_friend_requests
- send_friend_request
- accept_friend_request
- reject_friend_request
- cancel_friend_request
- forum_list_categories
- forum_list_topics
- forum_get_latest_topics
- forum_read_topic
- forum_search
- forum_get_user_posts
- forum_get_notifications
- forum_create_topic
- forum_reply
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.