MCP Server
Active
MIT
What's Inherited MCP Server
io.github.stcmain/whats-inherited-mcp
What is the What's Inherited MCP server?
What a checkout tells your agent to do: instruction files, hooks, declared MCP servers.
How to install What's Inherited
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": {
"whats-inherited-mcp": {
"command": "npx",
"args": [
"-y",
"whats-inherited-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"whats-inherited-mcp": {
"command": "npx",
"args": [
"-y",
"whats-inherited-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"whats-inherited-mcp": {
"command": "npx",
"args": [
"-y",
"whats-inherited-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"whats-inherited-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"whats-inherited-mcp"
]
}
}
}Claude Code
claude mcp add whats-inherited-mcp -- npx -y whats-inherited-mcpRelated MCP servers
What's Allowed
Active
Merged agent permission rules: which settings file wins, and which rules your client ignores.
0
View repository →JavaScript
MIT
What's Loaded
Active
What fills your agent's context window before a session starts: skill descriptions, memory files.
0
View repository →JavaScript
MIT
What's Running
Active
Live OS ground truth for agents: running agent sessions, listening ports, daemons, system load.
0
View repository →JavaScript
MIT