Confucius Debug
Rank #887io.github.sstklen/confucius-debug
MCP server providing confucius-debug capabilities
Confucius Debug is a Model Context Protocol (MCP) server published by sstklen. It ranks #887 of 132,113 servers tracked on MCP Toplist, and its repository has 684 GitHub stars. Confucius Debug is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 26, 2026 and most recently updated on Feb 26, 2026.
Ranks ahead of 131,226 of 132,113 servers on MCP Toplist.
Use Confucius Debug
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add confucius-debug -e "CONFUCIUS_LOBSTER_ID=<your CONFUCIUS_LOBSTER_ID>" -- npx -y confucius-debug-mcpReplace each placeholder with your own value before saving.
[mcp_servers.confucius-debug]
command = "npx"
args = ["-y", "confucius-debug-mcp"]
[mcp_servers.confucius-debug.env]
CONFUCIUS_LOBSTER_ID = "<your CONFUCIUS_LOBSTER_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"confucius-debug": {
"command": "npx",
"args": [
"-y",
"confucius-debug-mcp"
],
"env": {
"CONFUCIUS_LOBSTER_ID": "<your CONFUCIUS_LOBSTER_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"confucius-debug": {
"command": "npx",
"args": [
"-y",
"confucius-debug-mcp"
],
"env": {
"CONFUCIUS_LOBSTER_ID": "<your CONFUCIUS_LOBSTER_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"confucius-debug": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"confucius-debug-mcp"
],
"env": {
"CONFUCIUS_LOBSTER_ID": "<your CONFUCIUS_LOBSTER_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"confucius-debug": {
"command": "npx",
"args": [
"-y",
"confucius-debug-mcp"
],
"env": {
"CONFUCIUS_LOBSTER_ID": "<your CONFUCIUS_LOBSTER_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"confucius-debug": {
"command": "npx",
"args": [
"-y",
"confucius-debug-mcp"
],
"env": {
"CONFUCIUS_LOBSTER_ID": "<your CONFUCIUS_LOBSTER_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
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.sstklen%2Fconfucius-debug)<a href="https://mcptoplist.com/server/io.github.sstklen%2Fconfucius-debug"><img src="https://mcptoplist.com/badge/io.github.sstklen%2Fconfucius-debug.svg" alt="MCP Toplist: Top 1% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sstklen
Other servers by sstklen
View all sstklen servers →Available versions (3)
| Version | Published |
|---|---|
| 2.0.1 | Feb 26, 2026 |
| 2.0.0 | Feb 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Confucius Debug?
- Confucius Debug is maintained by sstklen, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Confucius Debug listed on the Official MCP Registry?
- Yes — Confucius Debug is listed on the Official MCP Registry.
- How many versions does Confucius Debug have?
- MCP Toplist tracks 3 versions of Confucius Debug, most recently published on Feb 26, 2026.
- Where can I find the source code for Confucius Debug?
- The source code for Confucius Debug is hosted at github.com/sstklen/confucius-debug.
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.