Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.polygraphso/litmus · v0.30.0
Grade MCP servers A–F with the open behavioral litmus: reproducible, content-addressed evidence.
litmus 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"litmus": {
"command": "npx",
"args": [
"-y",
"@polygraphso/litmus"
]
}
}
}POLYGRAPH_API_URL可选Base URL for published-grade lookups (check_server, list_servers, request_grade) and attestation resolution.
NEXT_PUBLIC_POLYGRAPH_NETWORK可选Which network to read attestations from: 'base' (mainnet, default) or 'base-sepolia' (testnet).
{
"id": "io.github.polygraphso/litmus",
"type": "mcp-server",
"version": "0.30.0",
"displayName": "litmus",
"description": "Grade MCP servers A–F with the open behavioral litmus: reproducible, content-addressed evidence.",
"repository": {
"url": "https://github.com/polygraphso/litmus",
"source": "github"
},
"homepage": "https://polygraph.so",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@polygraphso/litmus",
"version": "0.30.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "POLYGRAPH_API_URL",
"description": "Base URL for published-grade lookups (check_server, list_servers, request_grade) and attestation resolution."
},
{
"name": "NEXT_PUBLIC_POLYGRAPH_NETWORK",
"description": "Which network to read attestations from: 'base' (mainnet, default) or 'base-sepolia' (testnet)."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.polygraphso/litmus",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.polygraphso%2Flitmus/versions/latest",
"isOfficial": true,
"status": "active"
}
}