MCP Servers for Andromity
Andromity is an open-source autonomous terminal AI coding agent. It discovers and loads skills from folders you explicitly trust, and its autonomy — what it may read, run, and change — is configurable per session. With native Model Context Protocol support, Andromity connects to verified tools from AgenticMarket in a single command.
What are MCP servers? Andromity provides an interactive Textual TUI, multi-model support via LiteLLM, and native MCP client capabilities. It only loads skills and configuration from folders marked as trusted, and every autonomous action can be gated by an approval policy you control. MCP servers give Andromity superpowers: reading live documentation, running web scrapers, querying databases, and calling external APIs while building code.
How Andromity Uses MCP Servers
What Happens Under the Hood
When you install an MCP server via AgenticMarket, the CLI writes a config entry to ~/.andromity/mcp.json. The AgenticMarket CLI auto-detects Andromity and automatically configures `~/.andromity/mcp.json`. On next session start, Andromity discovers the server and enables its tools across all agent personas (Builder, Coder, Reviewer, and Planner).
Why AgenticMarket vs. Manual Setup
Manual MCP setup requires editing JSON config files, finding the right server endpoint, managing API keys, and debugging connection issues. AgenticMarket's CLI handles all of this automatically — plus you get 24/7 health monitoring, verified infrastructure, and $0 cost on failed calls.
Recommended MCP Servers for Andromity
These servers work with Andromity's agent workflow. All are verified and monitored 24/7.
Read any webpage, extract markdown, and summarize documentation.
Use case: Research docs, summarize articles, extract structured data from URLs.
Monitor RSS feeds and get structured updates from blogs and changelogs.
Use case: Track changelogs, monitor API status pages, aggregate dev blog updates.
Check HTTP status, redirects, and response headers for any URL.
Use case: Debug API endpoints, verify deploy URLs, check SSL and redirect chains.
Andromity MCP Troubleshooting
Common issues and fixes for MCP servers in Andromity.
Andromity doesn't recognize the MCP server after install
Restart your Andromity session. Andromity loads tools from `~/.andromity/mcp.json` at startup. You can run `npx agenticmarket list` or check `cat ~/.andromity/mcp.json` to verify the configuration.
How do I install Andromity if I haven't already?
Andromity is published on GitHub and PyPI. Install it in one command using pipx: `pipx install andromity` or clone from `https://github.com/agenticmarket/andromity`.
Tool calls time out or fail to execute
AgenticMarket proxies all server calls through our verified 24/7 gateway. Run `npx agenticmarket doctor` to check your connection and ensure the server's probe status is active.
Can I use multiple MCP servers in Andromity at the same time?
Yes! Andromity supports multi-server tool discovery. Install as many verified servers as your workflow needs; Andromity dynamically exposes all tool schemas to the active LLM context.
Why Use AgenticMarket with Andromity
Verified Infrastructure
Every server runs through AgenticMarket's proxy — continuously verified 24/7. Your Andromity instance never connects directly to unknown upstream servers.
One Command Install
The CLI auto-detects Andromity, writes the correct JSON config, and configures authentication. No manual editing required.
100% Free Ecosystem
All servers on AgenticMarket are completely free. No subscriptions, credits, or per-call fees — install and test with your real Andromity workflow instantly.
AgenticMarket works with 13+ IDEs — not just Andromity.
Last updated: May 2026
AgenticMarket