Acemcp
Enables semantic code search across codebases with automatic incremental indexing. Searches return r...
Decide which API you will use for indexing
- If you are using Augment / ACE (Augment Context Engine), you need a tenant URL (API endpoint) and an access token. Otherwise, obtain the API endpoint and bearer token from the provider you plan to use. (github.com)
Obtain an access token and tenant/API URL for Augment (if using Augment/ACE)
- Install the Auggie CLI:
npm install -g @augmentcode/auggie@latest - Sign in interactively (opens a browser):
auggie login - Print the authentication token and tenant URL:
auggie token print- Copy the returned accessToken value (the bearer token) and the tenantURL (the API endpoint). (docs.augmentcode.com)
- Install the Auggie CLI:
Map the values required by acemcp
- BASE_URL = your API endpoint (tenantURL / provider endpoint).
- TOKEN = your bearer access token (accessToken).
- Alternatively use environment variables with the ACEMCP_ prefix (recommended by the project): ACEMCP_BASE_URL and ACEMCP_TOKEN. (github.com)
Open the FastMCP connection interface via the “Install Now” button
- Click the ready-made “Install Now” button to open the FastMCP / MCP connection form (the place where environment variables and config for the MCP server are entered). (github.com)
Fill the environment variables in the FastMCP connection interface
- Add these entries (use whichever form your interface accepts—individual env fields or an env JSON block):
- ACEMCP_BASE_URL = https://your-tenant-url-or-api-endpoint
- ACEMCP_TOKEN = your-access-token
- If the interface prefers the raw config JSON, add under env:
"env": { "ACEMCP_BASE_URL": "https://your-tenant-url-or-api-endpoint", "ACEMCP_TOKEN": "your-access-token" } - (If you prefer not to use the ACEMCP_ prefix, you can set BASE_URL and TOKEN directly; command-line flags --base-url and --token will also override config.) (github.com)
- Add these entries (use whichever form your interface accepts—individual env fields or an env JSON block):
Save/apply and start (or restart) the MCP server
- Save the connection settings in FastMCP, then start or restart the MCP server so it picks up the new environment variables.
Verify the token & connectivity
- If you enabled the acemcp Web management UI (start with --web-port), open the panel (e.g., http://localhost:8888) and use the Token validation / “检测 Key” button to verify the token is accepted by the configured BASE_URL. (github.com)
Security reminder
- Do not commit tokens to source control. Use the FastMCP environment fields or a secure secrets store and restrict access to users who need it. (github.com)
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Developer Tools
View All →
GitHub
Extend your developer tools with the GitHub MCP Server—a powerful Model Context Protocol server enhancing automation and AI interactions with GitHub APIs. It supports diverse functionalities like managing workflows, issues, pull requests, repositories, and security alerts. Customize available toolsets to fit your needs, enable dynamic tool discovery to streamline tool usage, and run the server locally or remotely. With read-only mode and support for GitHub Enterprise, this server integrates deeply into your GitHub ecosystem, empowering data extraction and intelligent operations for developers and AI applications. Licensed under MIT, it fosters flexible and advanced GitHub automation.
Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.
Chrome DevTools
Provides direct Chrome browser control through DevTools for web automation, debugging, and performance analysis using accessibility tree snapshots for reliable element targeting, automatic page event handling, and integrated performance tracing with actionable insights.
FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.
More for Coding
View All →Circuitry MCP Server
Connects AI coding agents to Circuitry's visual workflow platform, enabling them to create and sync code nodes from project files, understand user-drawn flowcharts and diagrams, generate visual flowcharts, and create data visualizations like spreadsheets and charts.
Similar MCP Servers
JetBrains IDE Index
Supercharge AI coding assistants with rich code intelligence from JetBrains IDEs. IDE Index MCP Server unlocks advanced project-wide indexing, multi-language navigation, and safe refactoring tools for AI agents, enabling deep semantic understanding and smart symbol search across your codebase. Benefit from universal features like reference finding, code diagnostics, and cross-language support—all tested on major JetBrains IDEs. Designed for reliability and seamless workflow integration, this plugin brings the power of modern IDE features directly to AI-assisted development.