mcpbeat Sign in

Golden Dataset MCP Server

by nipunkhanderia Your server? Claim it
local only

Golden Dataset MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from pypi. Last commit 21 Jun 2026.

Version-controlled golden datasets and RAG evaluation, no API key needed.

Installs per day peak 24 · avg 11 · +5% w/w
a month agotoday
77
Installs / week
pypi · golden-dataset-mcp
0
Stars
0 open issues
21 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Golden Dataset MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add golden-dataset-mcp -- uvx golden-dataset-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "golden-dataset-mcp": {
      "args": [
        "golden-dataset-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.golden-dataset-mcp]
command = "uvx"
args = ["golden-dataset-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "golden-dataset-mcp": {
      "args": [
        "golden-dataset-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "golden-dataset-mcp": {
      "args": [
        "golden-dataset-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Golden Dataset MCP

same job, measured the same way
RAGScore
by hzyai

Generate QA datasets & evaluate RAG systems with failure diagnosis. Any LLM.

287 installs/wk local only
I
Dockase Legal MCP
by owenmaine

Nigerian & Commonwealth legal reasoning, RAG search, contract analysis, and citation verification.

local only
MCP File Processor
by intelagentstudios

Text extraction, keyword extraction, language detection, and chunking for RAG

39 installs/wk local only
Pinecone
by mcparmory

Create and manage vector database indexes, backups, and collections

238 installs/wk local only
Pikelet
by mcn92

Search self-contained .pikelet knowledge artifacts over MCP — no vector DB, no embedding API.

144 installs/wk local only
Citecite MCP
by mukundakatta

Inject, parse, and strip [N] citation markers in RAG outputs.

31 installs/wk local only
Noveum
by noveum

Trace, evaluate, and optimize your LLM, RAG, and agent apps with Noveum observability.

answering
RAG
by fieldcure

MCP RAG server with hybrid search, multi-KB support, and AI-powered chunk contextualization.

local only

Golden Dataset MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Golden Dataset MCP?
Golden Dataset MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package golden-dataset-mcp was installed 77 times last week.
How do I connect Golden Dataset MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls golden-dataset-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Golden Dataset MCP?
The pypi package golden-dataset-mcp was installed 77 times in the last week. Week over week that is +5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Golden Dataset MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.