INDIVIDUAL MCP TOOL
list_mnemon_relationships
List the relationships of a mnemon entry, split into outgoing edges, incoming edges, and a flat list of linked entries (entryId/title/type/relationshipTypes).
LIVE ENDPOINT
https://mcp.argo.games/mcp
Connect to this endpoint to inspect the live schema for list_mnemon_relationships and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.argo-mcp]
url = "https://mcp.argo.games/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"argo-mcp": {
"type": "http",
"url": "https://mcp.argo.games/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: argo-mcp
Remote MCP URL: https://mcp.argo.games/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"argo-mcp": {
"url": "https://mcp.argo.games/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"argo-mcp": {
"type": "http",
"url": "https://mcp.argo.games/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "argo-mcp",
"transport": "streamable-http",
"url": "https://mcp.argo.games/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_campaigns— List all Argo campaigns the current grant token has access to, including the access level ("read" or "read+write") for each.get_campaign— Retrieve details of an Argo campaign (name, description, rule system, co-GMs).create_campaign— Create a new Argo campaign.update_campaign— Update a campaign's display name and/or description.list_co_gms— List the assistant GMs (co-GMs) of a campaign.add_co_gm— Send a user an assistant GM (co-GM) offer for a campaign.remove_co_gm— Remove a co-GM from a campaign.describe_mnemon_types— Returns a catalog of all mnemon types, their type-specific fields, and the full valid relationship matrix (sourceType → label → targetType).