Encoding-aware, indentation-smart file tools for AI coding agents with SSH, SFTP, and 20+ tools.
If you already use Agent, the agent mcp server is the piece that lets your assistant work with it directly. Encoding-aware, indentation-smart file tools for AI coding agents with SSH, SFTP, and 20+ tools.
MCP (Model Context Protocol) tool server for AI coding agents.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Options — The Options tool exposed by this serverConfiguration is passed through the environment: AGENT_TOOL_FALLBACK_ENCODING, BRAVE_SEARCH_API_KEY, NAVER_CLIENT_ID, NAVER_CLIENT_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the database access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Agent's toolset — Options — is a fair guide to whether it matches your workflow. It is maintained by knewstimek; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Agent's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Options | The Options tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| AGENT_TOOL_FALLBACK_ENCODING | Configuration value read at startup. | Optional |
| BRAVE_SEARCH_API_KEY | Credential the server authenticates with. | Yes |
| NAVER_CLIENT_ID | Configuration value read at startup. | Optional |
| NAVER_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.