oraclemcp
Rank #2,563io.github.MuhDur/oraclemcp
Engine-free, governed Oracle Database MCP server with a fail-closed SQL guard (unofficial).
oraclemcp is a Model Context Protocol (MCP) server published by muhdur. It ranks #2,563 of 132,113 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. oraclemcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 15 tracked versions. It was first listed on Jun 8, 2026 and most recently updated on Sep 17, 2026.
Ranks ahead of 129,550 of 132,113 servers on MCP Toplist.
Use oraclemcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add oraclemcp -- docker run -i --rm ghcr.io/muhdur/oraclemcp:0.11.0[mcp_servers.oraclemcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/muhdur/oraclemcp:0.11.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"oraclemcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/muhdur/oraclemcp:0.11.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"oraclemcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/muhdur/oraclemcp:0.11.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"oraclemcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/muhdur/oraclemcp:0.11.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"oraclemcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/muhdur/oraclemcp:0.11.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"oraclemcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/muhdur/oraclemcp:0.11.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.MuhDur%2Foraclemcp)<a href="https://mcptoplist.com/server/io.github.MuhDur%2Foraclemcp"><img src="https://mcptoplist.com/badge/io.github.MuhDur%2Foraclemcp.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
muhdur
Other servers by muhdur
View all muhdur servers →Available versions (15)
| Version | Published |
|---|---|
| 0.11.0 | Sep 17, 2026 |
| 0.10.0 | Jul 27, 2026 |
| 0.9.0 | Jul 18, 2026 |
| 0.8.0 | Jul 9, 2026 |
| 0.7.2 | Jul 6, 2026 |
| 0.7.1 | Jul 4, 2026 |
| 0.7.0 | Jul 4, 2026 |
| 0.6.6 | Jul 2, 2026 |
| 0.6.1 | Jul 2, 2026 |
| 0.6.0 | Jul 2, 2026 |
| 0.4.1 | Jun 29, 2026 |
| 0.4.0 | Jun 23, 2026 |
| 0.3.0 | Jun 18, 2026 |
| 0.2.1 | Jun 15, 2026 |
| 0.1.0 | Jun 8, 2026 |
Frequently asked questions
- Who maintains oraclemcp?
- oraclemcp is maintained by muhdur, which publishes 2 MCP servers (21 total versions) tracked on MCP Toplist.
- Is oraclemcp listed on the Official MCP Registry?
- Yes — oraclemcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does oraclemcp have?
- MCP Toplist tracks 15 versions of oraclemcp, most recently published on Sep 17, 2026.
- Where can I find the source code for oraclemcp?
- The source code for oraclemcp is hosted at github.com/muhdur/oraclemcp.
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.