@apex-inc/mcp-server
v0.3.1
Published
MCP server for Apex — currently in private beta.
Downloads
639
Readme
@apex-inc/mcp-server
MCP server for Apex — currently in private beta.
Access
Apex is invite-only during the private-beta period. If you received an invite, your onboarding email contains the APEX_URL and APEX_API_KEY values you'll need below. Full documentation for tools, resources, and prompts is available in-app once your account is active.
Not in the beta yet? Request access at apex.inc (coming soon).
Install
npm install @apex-inc/mcp-serverConfigure
Add to .cursor/mcp.json (or your MCP client's equivalent):
{
"mcpServers": {
"apex": {
"command": "npx",
"args": ["@apex-inc/mcp-server"],
"env": {
"APEX_URL": "https://your-apex-instance.com",
"APEX_API_KEY": "your-api-key",
"APEX_PROJECT_KEY": "your-project-key"
}
}
}
}| Variable | Required | Notes |
|----------|----------|-------|
| APEX_URL | Yes | Your Apex instance URL (provided in your invite) |
| APEX_API_KEY | Yes | API key generated in your Apex dashboard |
| APEX_PROJECT_KEY | No | Defaults to your first project |
License
MIT — see LICENSE
