MCP Server
Active
MIT
io.github.New1Direction/korg-introspect-mcp MCP Server
io.github.New1Direction/korg-introspect-mcp
What is the io.github.New1Direction/korg-introspect-mcp MCP server?
Wrap any korg:introspect@v1-aware binary as a Claude Code tool, honoring declared side-effects.
How to install io.github.New1Direction/korg-introspect-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"korg-introspect-mcp": {
"command": "npx",
"args": [
"-y",
"@korgg/introspect-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"korg-introspect-mcp": {
"command": "npx",
"args": [
"-y",
"@korgg/introspect-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"korg-introspect-mcp": {
"command": "npx",
"args": [
"-y",
"@korgg/introspect-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"korg-introspect-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@korgg/introspect-mcp"
]
}
}
}Claude Code
claude mcp add korg-introspect-mcp -- npx -y @korgg/introspect-mcpRelated MCP servers
Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.
5
View repository →Python
MIT
Cross-vendor semantic memory: recall across Claude Code / Codex / Grok sessions by meaning.
5
View repository →Rust
MIT
Independent A-F trust grade for any MCP server, watched for drift. Free, never for sale.
5
View repository →TypeScript
MIT
Serve a secret to an agent exactly N times from locked RAM, then wipe it and self-destruct.
3
View repository →Rust
MIT