MCP Server
Active
MIT
io.github.ejentum/self-inspect-mcp MCP Server
io.github.ejentum/self-inspect-mcp
What is the io.github.ejentum/self-inspect-mcp MCP server?
Send a thought, get one metathought that makes your agent inspect its own assumptions. Keyless.
How to install io.github.ejentum/self-inspect-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": {
"self-inspect-mcp": {
"command": "npx",
"args": [
"-y",
"self-inspect-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"self-inspect-mcp": {
"command": "npx",
"args": [
"-y",
"self-inspect-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"self-inspect-mcp": {
"command": "npx",
"args": [
"-y",
"self-inspect-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"self-inspect-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"self-inspect-mcp"
]
}
}
}Claude Code
claude mcp add self-inspect-mcp -- npx -y self-inspect-mcpRelated MCP servers
Reasoning, code, anti-deception, memory harness MCP tools. Stdio or HTTPS api.ejentum.com/mcp
9
View repository →JavaScript
MIT