PluginBench
MCP Server
Active
MIT

Thoth MCP Server

io.github.ahmedEid1/thoth

What is the Thoth MCP server?

Read-only MCP over an agentic SLR workspace with per-claim citation verification

How to install Thoth

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "thoth": {
      "url": "https://thoth-slr.vercel.app/api/mcp/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "thoth": {
      "serverUrl": "https://thoth-slr.vercel.app/api/mcp/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "thoth": {
      "type": "http",
      "url": "https://thoth-slr.vercel.app/api/mcp/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "thoth": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://thoth-slr.vercel.app/api/mcp/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http thoth https://thoth-slr.vercel.app/api/mcp/mcp

Related MCP servers

Lumen

Active

Self-hostable agentic-AI LMS: catalog, RAG tutor, FSRS reviews, AI authoring, ingest.

74
Python
GPL-3.0
View repository →

Open eval leaderboard + CI gate for autonomous coding agents (solve, score, trace).

0
Python
MIT
View repository →