methods-mcp✓
io.github.FlynnLachendro/methods-mcp · v0.1.7
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.FlynnLachendro/methods-mcp",
"description": "MCP server for structured methods extraction + reproducibility heuristics on academic papers.",
"title": "methods-mcp",
"repository": {
"url": "https://github.com/FlynnLachendro/methods-mcp",
"source": "github"
},
"version": "0.1.7",
"websiteUrl": "https://github.com/FlynnLachendro/methods-mcp",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "methods-mcp",
"version": "0.1.7",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Required for LLM-driven extraction tools (extract_methods, summarize_paper, methods_repro_review).",
"isRequired": true,
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "Optional. Raises the GitHub REST API rate limit used by reproducibility assessment.",
"isSecret": true,
"name": "GITHUB_TOKEN"
},
{
"description": "Override the default Claude model (default: claude-sonnet-4-6).",
"name": "METHODS_MCP_MODEL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}