A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"argumentmap": {
"url": "https://logic-lens-6a5-team-snorlax-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"argumentmap": {
"serverUrl": "https://logic-lens-6a5-team-snorlax-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.argumentmap] url = "https://logic-lens-6a5-team-snorlax-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://logic-lens-6a5-team-snorlax-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Checks if the main conclusion is still reachable after excluding specific evidence nodes.
Runs an exhaustive Depth-First Search (DFS) to catch all self-justifying claim loops.
Scans the graph to find isolated claims with no connections to the rest of the argument.
Calculates the strength of the conclusion by counting how many evidence nodes successfully route to it.
Takes raw academic text and generates the JSON graph structure.
Master orchestrator that runs all graph analysis algorithms concurrently and generates a unified health score and Markdown report.