agmind-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agmind-mcpsearch claims for TTFT on Strix Halo with 32k context"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agmind-mcp
MCP server for measured local-LLM benchmarks. It exposes the AGmind Systems Lab claim registry, currently 40 published claims measured on AMD Strix Halo hardware (Ryzen AI Max+ 395, Radeon 8060S, 128 GB unified memory) running llama.cpp on Vulkan and ROCm backends, as three read-only Model Context Protocol tools. Two NVIDIA DGX Spark (GB10) nodes are on the same lab bench; their claims enter the registry as runs are published. The lab has separately published vLLM work on DGX Spark; registry claims for it follow the same pipeline.
Every claim is a specific measured number: time to first token, inter-token latency, task success rate, answerless-response rate, long-context needle success, endurance drift. Each carries the exact hardware, runtime build, model revision and quantization, a frozen workload scope, stated limitations, an evidence level, links to the raw run records, and a ready-made citation string. Values are re-derived from raw runs on every CI build of the registry, so the numbers a model quotes through this server match the published evidence.
Quickstart
Requires Node.js 18 or newer. No install step is needed; npx fetches the server from GitHub.
Claude Code
claude mcp add agmind -- npx -y github:botAGI/agmind-mcpClaude Desktop (claude_desktop_config.json) and other MCP clients that take the standard config shape:
{
"mcpServers": {
"agmind": {
"command": "npx",
"args": ["-y", "github:botAGI/agmind-mcp"]
}
}
}From a local clone:
npm install
node server.mjs # speaks MCP over stdio
npm test # spawns the server and drives a real MCP sessionRelated MCP server: Local AI MCP
Tools
All three tools are read-only. Results are JSON in a text content block, and every claim in every result carries its cite string and permalink so agents can attribute what they quote.
search_claims
Keyword search over headline, metric, system, model, runtime, scope, and id. Case-insensitive; every whitespace-separated term must match.
search_claims({ "query": "ttft 32k" })Returns {id, headline, value, unit, evidence_level, permalink, cite} per match. Useful queries: decode, answerless, ttft cache, rocm, task-success, endurance.
get_claim
One claim in full by id: the complete answer paragraph, measured value and unit, workload scope, aggregation, limitations, evidence level, raw run ids with GitHub links, the derivation SQL, permalink, and citation string.
get_claim({ "id": "strix.qwen36.docsession.c1.ttft-q2-32k-cache" })An unknown id returns an error listing the closest matching ids.
list_measured
The distinct system × model × runtime combinations that have published claims, with claim counts and example ids. Call this first to see what has actually been measured.
list_measured({})Data, license, attribution
Server code: Apache-2.0.
Claim data: CC BY 4.0, attribution AGmind Systems Lab (agmind.ai). Each tool result includes a per-claim
citestring ready to paste; reuse of the numbers should keep the claim permalink.Registry source: https://agmind.ai/claims.json. Raw run records and derivation SQL: botAGI/agmind-lab. Benchmark harness and corpora: botAGI/agmind-bench.
Methodology, evidence levels, and errata: agmind.ai/methodology, agmind.ai/errata.
Behavior notes
Read-only. The server never writes anything anywhere.
No telemetry, no analytics, no accounts. The only network call is fetching the registry from agmind.ai.
The registry is fetched at startup and cached in memory for one hour; a failed refetch falls back to the cached copy. Set
AGMIND_CLAIMS_URLto point at a mirror of the registry if needed.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceAn MCP server that enables LLMs to pull-based search through Clawket's RAG repository for exploratory and conditional queries. It provides read-only access to search artifacts, tasks, and decisions via HTTP API.510MIT

Local AI MCPofficial
AlicenseAqualityAmaintenanceUnified MCP server for managing local model runtimes (Ollama, LM Studio, etc.), enabling provider-agnostic discovery, lifecycle management, hardware-fit checks, and delegated inference.16224Creative Commons Attribution Non Commercial No Derivatives 4.0 International- AlicenseCqualityAmaintenanceRead-only MCP server that exposes public TokenLab model catalog tools for agents to discover models, inspect request contracts, and compare pricing.31223MIT
- AlicenseNot gradedqualityDmaintenanceA read-only MCP server for operator-grade release inspection and benchmark browsing.41MIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/botAGI/agmind-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server