MCP Server
Active
MIT
io.github.Jackalope-Dev/allmcps-server MCP Server
io.github.Jackalope-Dev/allmcps-server
What is the io.github.Jackalope-Dev/allmcps-server MCP server?
Search, browse, and submit MCP servers to the AllMCPs.com directory.
How to install io.github.Jackalope-Dev/allmcps-server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
ALLMCPS_MCP_URLOverride the remote AllMCPs MCP endpoint this package bridges to.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"allmcps-server": {
"command": "npx",
"args": [
"-y",
"allmcps-server"
],
"env": {
"ALLMCPS_MCP_URL": "<YOUR_ALLMCPS_MCP_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"allmcps-server": {
"command": "npx",
"args": [
"-y",
"allmcps-server"
],
"env": {
"ALLMCPS_MCP_URL": "<YOUR_ALLMCPS_MCP_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"allmcps-server": {
"command": "npx",
"args": [
"-y",
"allmcps-server"
],
"env": {
"ALLMCPS_MCP_URL": "<YOUR_ALLMCPS_MCP_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"allmcps-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"allmcps-server"
],
"env": {
"ALLMCPS_MCP_URL": "<YOUR_ALLMCPS_MCP_URL>"
}
}
}
}Claude Code
claude mcp add allmcps-server --env ALLMCPS_MCP_URL=<YOUR_ALLMCPS_MCP_URL> -- npx -y allmcps-serverRelated MCP servers
Moxie Docs
Active
Living docs and MCP context for GitHub repos — conventions, gaps, and source-cited pages on merge.
2
View repository →TypeScript
MIT