APEX Everything MCP Server
# APEX Everything MCP Server
## 7 Categories, 50+ Tools
### 🧠 Memory
- `supermemory_search` - Semantic long-term memory search
- `supermemory_write` - Write to Supermemory
- `mem0_search` - Search Mem0 memory
- `aspen_search` - Search Aspen canonical store
- `memory_health` - Check memory substrate health
### 🤖 AI/LLM
- `llm_openai` - OpenAI GPT models
- `llm_anthropic` - Claude models
- `llm_gemini` - Google Gemini
- `llm_groq` - Groq ultra-fast inference
- `llm_deepseek` - DeepSeek R1
- `llm_openrouter` - Multi-provider
- `llm_cohere` - Cohere models
- `llm_list_providers` - List all providers
### 🔧 Development
- `github_list_repos` - List repositories
- `github_search_code` - Search code
- `github_create_issue` - Create issues
- `github_get_repo` - Get repo details
- `gitlab_list_projects` - List GitLab projects
- `dev_list_providers` - List dev providers
### 🗄️ Database
- `supabase_query` - Query PostgreSQL
- `supabase_list_tables` - List tables
- `pinecone_query` - Vector search
- `neo4j_query` - Graph queries
- `db_list_providers` - List DB providers
### 📋 Project Management
- `notion_search` - Search Notion
- `notion_create_page` - Create pages
- `slack_post_message` - Post to Slack
- `linear_create_issue` - Create Linear issues
- `pm_list_providers` - List PM providers
### ☁️ Cloud/Deploy
- `vercel_list_projects` - List Vercel projects
- `vercel_get_deployment` - Get deployment details
- `render_list_services` - List Render services
- `railway_list_projects` - List Railway projects
- `cloud_list_providers` - List cloud providers
### 🔍 Search/Research
- `perplexity_search` - AI search
- `perplexity_search_with_sources` - Search with citations
- `web_fetch` - Fetch URL content
- `search_health` - Check search health
TDQS
Scored across 47 tools
Most tools are clearly distinguished by prefix and resource (e.g., github_, llm_, smithers_). However, there is some overlap between perplexity_search and perplexity_search_with_sources, and multiple search tools targeting different backends could cause confusion without careful descriptions.
Naming follows a consistent pattern: prefix_verb_noun or prefix_verb. All tools use snake_case with underscores, and the prefix clearly indicates the domain. No mixing of conventions.
With 47 tools, this server is on the high end. While the 'Everything' name justifies breadth, the number may overwhelm agents. The tool set could benefit from consolidation or more focused sub-servers.
Despite covering many domains, each domain is very shallow. For example, GitHub only has issue creation and repo listing, missing update/delete and pull requests. Many providers only offer list or query operations, lacking full CRUD.