Hive Doctrine MCP
Rank #49,584io.github.mizukaizen/hive-doctrine-mcp
MCP server providing hive-doctrine-mcp capabilities
Hive Doctrine MCP is a Model Context Protocol (MCP) server published by mizukaizen. It ranks #49,584 of 132,113 servers tracked on MCP Toplist. Hive Doctrine MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 9, 2026 and most recently updated on Mar 9, 2026.
Ranks ahead of 82,529 of 132,113 servers on MCP Toplist.
Use Hive Doctrine MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http hive-doctrine-mcp https://hive-doctrine-mcp.vercel.app/mcpclaude mcp add hive-doctrine-mcp -- npx -y hive-doctrine-mcp[mcp_servers.hive-doctrine-mcp]
url = "https://hive-doctrine-mcp.vercel.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.hive-doctrine-mcp]
command = "npx"
args = ["-y", "hive-doctrine-mcp"]Add to ~/.codex/config.toml.
https://hive-doctrine-mcp.vercel.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"hive-doctrine-mcp": {
"command": "npx",
"args": [
"-y",
"hive-doctrine-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"hive-doctrine-mcp": {
"url": "https://hive-doctrine-mcp.vercel.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"hive-doctrine-mcp": {
"command": "npx",
"args": [
"-y",
"hive-doctrine-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hive-doctrine-mcp": {
"type": "http",
"url": "https://hive-doctrine-mcp.vercel.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"hive-doctrine-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hive-doctrine-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hive-doctrine-mcp": {
"serverUrl": "https://hive-doctrine-mcp.vercel.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hive-doctrine-mcp": {
"command": "npx",
"args": [
"-y",
"hive-doctrine-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hive-doctrine-mcp": {
"url": "https://hive-doctrine-mcp.vercel.app/mcp"
}
}
}{
"mcpServers": {
"hive-doctrine-mcp": {
"command": "npx",
"args": [
"-y",
"hive-doctrine-mcp"
]
}
}
}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.mizukaizen%2Fhive-doctrine-mcp)<a href="https://mcptoplist.com/server/io.github.mizukaizen%2Fhive-doctrine-mcp"><img src="https://mcptoplist.com/badge/io.github.mizukaizen%2Fhive-doctrine-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mizukaizen
Other servers by mizukaizen
View all mizukaizen servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.3 | Mar 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hive Doctrine MCP?
- Hive Doctrine MCP is maintained by mizukaizen, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Hive Doctrine MCP listed on the Official MCP Registry?
- Yes — Hive Doctrine MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Hive Doctrine MCP have?
- MCP Toplist tracks 2 versions of Hive Doctrine MCP, most recently published on Mar 9, 2026.
- Where can I find the source code for Hive Doctrine MCP?
- The source code for Hive Doctrine MCP is hosted at github.com/mizukaizen/hive-doctrine-mcp.
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.