APEX — AI operating system for founders. Join waitlist or request a demo.
claude mcp add apex -- npx -y apex-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"apex": {
"command": "npx",
"args": [
"-y",
"apex-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"apex": {
"command": "npx",
"args": [
"-y",
"apex-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"apex": {
"command": "npx",
"args": [
"-y",
"apex-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"apex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"apex-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"apex": {
"command": "npx",
"args": [
"-y",
"apex-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.hunterpercival--apex/reviews or the review_server meta-tool.
POST /mcp