Korg
Rank #55,671io.github.New1Direction/korg-introspect-mcp
Wrap any korg:introspect@v1-aware binary as a Claude Code tool, honoring declared side-effects.
Korg is a Model Context Protocol (MCP) server published by new1direction. It ranks #55,671 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Korg is listed on Official MCP, with 1 tracked version. It was first listed on May 23, 2026 and most recently updated on May 30, 2026.
Ranks ahead of 59,920 of 115,591 servers on MCP Toplist.
Use Korg
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add korg-introspect-mcp -- npx -y @korgg/introspect-mcp[mcp_servers.korg-introspect-mcp]
command = "npx"
args = ["-y", "@korgg/introspect-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"korg-introspect-mcp": {
"command": "npx",
"args": [
"-y",
"@korgg/introspect-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"korg-introspect-mcp": {
"command": "npx",
"args": [
"-y",
"@korgg/introspect-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"korg-introspect-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@korgg/introspect-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"korg-introspect-mcp": {
"command": "npx",
"args": [
"-y",
"@korgg/introspect-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"korg-introspect-mcp": {
"command": "npx",
"args": [
"-y",
"@korgg/introspect-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.New1Direction%2Fkorg-introspect-mcp)<a href="https://mcptoplist.com/server/io.github.New1Direction%2Fkorg-introspect-mcp"><img src="https://mcptoplist.com/badge/io.github.New1Direction%2Fkorg-introspect-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
new1direction
Other servers by new1direction
- Korg Ledger#9,458 · 1 ver
- dazai — burn-after-reading secret (motokano)#20,566 · 1 ver
- web-mcp#27,125 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | May 30, 2026 |
Frequently asked questions
- Who maintains Korg?
- Korg is maintained by new1direction, which publishes 7 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Korg listed on the Official MCP Registry?
- Yes — Korg is listed on the Official MCP Registry.
- How many versions does Korg have?
- MCP Toplist tracks 1 version of Korg, most recently published on May 30, 2026.
- Where can I find the source code for Korg?
- The source code for Korg is hosted at github.com/New1Direction/korg.