Skip to main content
ClaudeWave

The runtime layer for Agentic AI. Persistent memory, autonomous agents, and workflows that survive every session. MCP server: @finchagentic/mcp

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/13/2026
Install in Claude Code / Claude Desktop
Method: NPX · -p
Claude Code CLI
claude mcp add mcp -- npx -y -p
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": ["-y", "-p"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

<div align="center">

<img src="assets/banner.svg" alt="Finch MCP" width="100%"/>

# Finch MCP

[![npm version](https://img.shields.io/npm/v/@finchagentic/mcp?color=000000&label=npm&logo=npm)](https://www.npmjs.com/package/@finchagentic/mcp)
[![Official MCP Registry](https://img.shields.io/badge/MCP_Registry-io.github.finchagentic%2Fmcp-000000)](https://registry.modelcontextprotocol.io)
[![License: MIT](https://img.shields.io/badge/license-MIT-000000.svg)](LICENSE)
[![Node](https://img.shields.io/badge/node-%E2%89%A518-000000?logo=node.js&logoColor=white)](package.json)
[![Tools: 116](https://img.shields.io/badge/tools-116-000000)](#what-you-get)

**The runtime layer for Agentic AI.**

Persistent memory, autonomous agents, and workflows that survive every session.

[App](https://app.finchagentic.com) · [Docs](https://docs.finch.com) · [npm](https://www.npmjs.com/package/@finchagentic/mcp) · [X](https://x.com/finchagentic)

</div>

---

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`.

```bash
# One-command installer (detects common MCP clients)
npx -y -p @finchagentic/mcp@4.6.2 finch install
```

### Claude Code

```bash
claude mcp add finch -s user -- npx -y -p @finchagentic/mcp@4.6.2 finch-mcp
```

### Cursor / Windsurf / Claude Desktop

```json
{
  "mcpServers": {
    "finch": {
      "command": "npx",
      "args": ["-y", "-p", "@finchagentic/mcp@4.6.2", "finch-mcp"]
    }
  }
}
```

### Hermes

```bash
hermes mcp add finch -- npx -y -p @finchagentic/mcp@4.6.2 finch-mcp
```

<details>
<summary>Config file paths</summary>

| 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` |

</details>

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

```bash
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:

```json
"env": { "FINCH_TOOLS": "all" }
```

## Fully local

Finch is the runtime. **Your LLM is the brain. Your data stays yours.**

```bash
npx -y -p @finchagentic/mcp@4.6.2 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](https://registry.modelcontextprotocol.io):

```json
{ "name": "io.github.finchagentic/mcp", "version": "4.6.2" }
```

## Development

This repository ships the published npm distribution. See [CHANGELOG.md](CHANGELOG.md) for release history and [SECURITY.md](SECURITY.md) for the security model.

```bash
npm ci
npm run smoke        # verify package integrity + CLI entrypoints
```

## Support

- Issues: [github.com/finchagentic/mcp/issues](https://github.com/finchagentic/mcp/issues)
- Docs: [docs.finch.com](https://docs.finch.com)
- X: [@finchagentic](https://x.com/finchagentic)

<div align="center">

**Finch** — memory that survives every session.

</div>

What people ask about mcp

What is finchagentic/mcp?

+

finchagentic/mcp is mcp servers for the Claude AI ecosystem. The runtime layer for Agentic AI. Persistent memory, autonomous agents, and workflows that survive every session. MCP server: @finchagentic/mcp It has 0 GitHub stars and its last recorded update is dated 2026-09-13.

How do I install mcp?

+

You can install mcp by cloning the repository (https://github.com/finchagentic/mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is finchagentic/mcp safe to use?

+

Our security agent has analyzed finchagentic/mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains finchagentic/mcp?

+

finchagentic/mcp is maintained by finchagentic. The last recorded GitHub activity is dated 2026-09-13, with 0 open issues.

Are there alternatives to mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: finchagentic/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/finchagentic-mcp)](https://claudewave.com/repo/finchagentic-mcp)
<a href="https://claudewave.com/repo/finchagentic-mcp"><img src="https://claudewave.com/api/badge/finchagentic-mcp" alt="Featured on ClaudeWave: finchagentic/mcp" width="320" height="64" /></a>

More MCP Servers

mcp alternatives