Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From at-explore
Local stdio MCP server ('at-explore') running as npx subprocess. Capabilities and purpose unclear from key and command alone.
npx claudepluginhub johnwhiteside/claude-at-proto-plugins --plugin at-exploreCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"at-explore": {
"command": "npx",
"args": [
"-y",
"at-explore-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.