mcp_server_research

gaurmaitreyi-png/mcp_server_research
★ 0 stars Unknown language Memory/Knowledge Updated today
Notes and breakdown of Anthropic's Model Context Protocol — architecture, servers, and real-world usage
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_server_research": {
      "command": "npx",
      "args": [
        "-y",
        "gaurmaitreyi-png/mcp_server_research"
      ]
    }
  }
}