Oraclaw
Rank #28,286io.github.Whatsonyourmind/oraclaw
Decision intelligence MCP — 17 tools (optimize, simulate, predict, score, graph). Sub-25ms.
Oraclaw is a Model Context Protocol (MCP) server published by Whatsonyourmind. It ranks #28,286 of 115,460 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. Oraclaw is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 7 tracked versions. It was first listed on Mar 25, 2026 and most recently updated on Apr 29, 2026.
Ranks ahead of 87,174 of 115,460 servers on MCP Toplist.
Use Oraclaw
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add oraclaw -- npx -y @oraclaw/mcp-server[mcp_servers.oraclaw]
command = "npx"
args = ["-y", "@oraclaw/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"oraclaw": {
"command": "npx",
"args": [
"-y",
"@oraclaw/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"oraclaw": {
"command": "npx",
"args": [
"-y",
"@oraclaw/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"oraclaw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oraclaw/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"oraclaw": {
"command": "npx",
"args": [
"-y",
"@oraclaw/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"oraclaw": {
"command": "npx",
"args": [
"-y",
"@oraclaw/mcp-server"
]
}
}
}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.Whatsonyourmind%2Foraclaw)<a href="https://mcptoplist.com/server/io.github.Whatsonyourmind%2Foraclaw"><img src="https://mcptoplist.com/badge/io.github.Whatsonyourmind%2Foraclaw.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
Whatsonyourmind
Other servers by Whatsonyourmind
View all Whatsonyourmind servers →Available versions (7)
| Version | Published |
|---|---|
| 1.4.1 | Apr 29, 2026 |
| 1.4.0 | Apr 19, 2026 |
| 1.3.0 | Apr 19, 2026 |
| 1.2.0 | Apr 19, 2026 |
| 1.1.1 | Apr 18, 2026 |
| 1.0.1 | Mar 30, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Oraclaw?
- Oraclaw is maintained by Whatsonyourmind, which publishes 3 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Oraclaw listed on the Official MCP Registry?
- Yes — Oraclaw is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Oraclaw have?
- MCP Toplist tracks 7 versions of Oraclaw, most recently published on Apr 29, 2026.
- Where can I find the source code for Oraclaw?
- The source code for Oraclaw is hosted at github.com/whatsonyourmind/oraclaw/tree/HEAD/mission-control/packages/mcp-server.