THOR
Rank #3,563io.github.nworks3d/thor
Local memory for coding agents. A rule with a runnable proof can refuse a wrong command.
THOR is a Model Context Protocol (MCP) server published by nworks3d. It ranks #3,563 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. THOR is listed across 2 registries — Official MCP and Glama, with 10 tracked versions. It was first listed on Jul 26, 2026 and most recently updated on Sep 12, 2026.
Ranks ahead of 128,483 of 132,046 servers on MCP Toplist.
Use THOR
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add thor -- docker run -i --rm ghcr.io/nworks3d/thor-mcp:2.4.0[mcp_servers.thor]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/nworks3d/thor-mcp:2.4.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"thor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nworks3d/thor-mcp:2.4.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"thor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nworks3d/thor-mcp:2.4.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"thor": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nworks3d/thor-mcp:2.4.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"thor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nworks3d/thor-mcp:2.4.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"thor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nworks3d/thor-mcp:2.4.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nworks3d%2Fthor)<a href="https://mcptoplist.com/server/io.github.nworks3d%2Fthor"><img src="https://mcptoplist.com/badge/io.github.nworks3d%2Fthor.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nworks3d
Available versions (10)
| Version | Published |
|---|---|
| 2.4.0 | Sep 12, 2026 |
| 2.3.3 | Sep 8, 2026 |
| 2.3.2 | Sep 8, 2026 |
| 2.3.1 | Sep 7, 2026 |
| 2.3.0 | Sep 7, 2026 |
| 2.2.1 | Sep 5, 2026 |
| 2.2.0 | Sep 2, 2026 |
| 2.1.1 | Aug 26, 2026 |
| 2.1.0 | Aug 17, 2026 |
| 2.0.0 | Aug 15, 2026 |
Frequently asked questions
- Who maintains THOR?
- THOR is maintained by nworks3d, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is THOR listed on the Official MCP Registry?
- Yes — THOR is listed on the Official MCP Registry, alongside Glama.
- How many versions does THOR have?
- MCP Toplist tracks 10 versions of THOR, most recently published on Sep 12, 2026.
- Where can I find the source code for THOR?
- The source code for THOR is hosted at github.com/nworks3d/THOR-memory-bible-for-AI.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.