Finch MCP
MCP serverSearchAgentic AI runtime: persistent memory, vault, autonomous agents, deep research, DeFi execution.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use Finch MCP
From the project's README
As published by finchagentic/mcp in README.md.
The runtime layer for Agentic AI.
Persistent memory, autonomous agents, and workflows that survive every session.
Most AI assistants disappear when the conversation ends. Finch gives them lasting state — memory that accumulates, agents that keep running, vaults that version knowledge, and workflows that continue after you close the chat.
Why Finch
| Without Finch | With Finch | |
|---|---|---|
| Memory | Resets every session | Full-text searchable + versioned vault, decays stale notes |
| Agents | One-shot tool calls | Named agents with state and audit history |
| Workflows | Manual chaining | Automations, monitors, packets, deep research |
| Local | Cloud-only | Vault + memory can run fully on your machine |
Install
Always pin the version. Never use @latest.
# One-command installer (detects common MCP clients)
npx -y @finchagentic/mcp@4.6.5 finch install
Claude Code
claude mcp add finch -s user -- npx -y @finchagentic/mcp@4.6.5
Cursor / Windsurf / Claude Desktop
{
"mcpServers": {
"finch": {
"command": "npx",
"args": ["-y", "-p", "@finchagentic/mcp@4.6.2", "finch-mcp"]
}
}
}
Hermes
hermes mcp add finch -- npx -y @finchagentic/mcp@4.6.5
| Client | Path |
|---|---|
| Claude Desktop (Mac) | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Claude Desktop (Windows) | %APPDATA%\Claude\claude_desktop_config.json |
| Cursor | .cursor/mcp.json |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
| VS Code | .vscode/mcp.json |
| Zed | .config/zed/settings.json |
No LLM API key required to start — 111 of 116 tools are plain reads/writes/on-chain calls your client's model already drives. Tools load on first use.
Quick start
finch doctor # health check
finch setup # local vault / memory / providers
finch vault # inspect local vault
finch orders # schedule Robinhood Chain DCA / TP-SL order ticks
Try in your MCP client:
remember: I prefer conservative DeFi strategies, max 5% risk
spawn an agent called research-bot to track AI agent news, update it after each session
save this thesis to vault
What you get
116 tools across four pillars:
| Pillar | What it does |
|---|---|
| Memory | Full-text searchable memory + versioned vault + chronicle |
| Agents | Spawn, recall, update named agents — agent_recall also pulls related memory/vault context matching the agent's goal |
| Workflows | Automations, monitors, packets, deep research (auto-saves reports + auto-links related past research) |
| Execution | Base DeFi, Robinhood Chain, market data, web, GitHub |
deep_research auto-saves its report to vault and links related past reports; code_session_save does the same for coding sessions. vault_save and agent_spawn accept an optional workspaceProject matching the webapp's Projects.
Default palette is core (lighter context). Full set:
"env": { "FINCH_TOOLS": "all" }
Fully local
Finch is the runtime. Your LLM is the brain. Your data stays yours.
npx -y @finchagentic/mcp@4.6.5 finch setup
| Piece | Location |
|---|---|
| Vault | ~/.finch/vault/ |
| Wallet | ~/.finch/wallet.json |
| Config | ~/.finch/config.json |
| Brain | your MCP client's model |
Registry
Finch is listed in the official MCP Registry:
{ "name": "io.github.finchagentic/mcp", "version": "4.6.2" }
Development
This repository ships the published npm distribution. See CHANGELOG.md for release history and SECURITY.md for the security model.
npm ci
npm run smoke # verify package integrity + CLI entrypoints
Support
- Issues: github.com/finchagentic/mcp/issues
- Docs: docs.finch.com
- X: @finchagentic
Finch — memory that survives every session.
Advanced
- Delivery
- mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-finchagentic-mcp- Source
- github.com/finchagentic/mcp
- Hosted endpoint
https://mcp.finchagentic.com/mcp