mcpbeat Sign in

Forage MCP Server

by isaac-levine Your server? Claim it
local only

Forage runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 22 Feb 2026.

Self-improving tool discovery for AI agents. Find, install, and use new MCP servers automatically.

Installs per day peak 25 · avg 7 · +30% w/w
a month agotoday
35
Installs / week
npm · forage-mcp
17
Stars
0 open issues
22 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Forage every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add forage -- npx -y forage-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "forage": {
      "args": [
        "-y",
        "forage-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.forage]
command = "npx"
args = ["-y", "forage-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "forage": {
      "args": [
        "-y",
        "forage-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "forage": {
      "args": [
        "-y",
        "forage-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Forage

same job, measured the same way
Agenticorg
by mishrasanjeev

AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.

42 installs/wk local only
Agentictrade
by miranttie

AI service marketplace — agents discover, call, and pay for API services automatically.

5 tools answering
Agentmarketplace MCP
by stevemilton

Discover MCP servers + tools, auto-install into any client, pay for x402 endpoints in USDC.

63 installs/wk local only
Clarvia
by digitamaz

AI agent tool discovery and scoring. Search 15,400+ MCP servers, APIs, and CLIs.

77 installs/wk local only
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only
Gateway
by toolhail

Find and call the right MCP server for any task - pay per use, no install.

2 tools answering
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

55 installs/wk local only
Domotz
by wyre-ai

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

local only

Forage — questions

Answers built from our own checks of this server.

Why is there no uptime for Forage?
Forage runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package forage-mcp was installed 35 times last week.
How do I connect Forage?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls forage-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Forage?
The npm package forage-mcp was installed 35 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Forage open source?
Yes — it is published under the MIT licence, written in TypeScript and 17 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.