Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”— Aggregators
  3. Forage
Forage logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 2:34:55 PM

Forage

User RatingsBe the first to rate and review this MCP server!
View Repository16 GitHub StarsTotal stargazers on GitHub for the source repository (16 stars).Visit Website
mcpdeveloper-toolstool-discoveryaggregator

Discovers, installs, proxies, and remembers MCP tools for AI agents without requiring session restarts.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live โ€” we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "isaac-levine-forage": {
      "command": "npx",
      "args": [
        "-y",
        "forage-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (6) Directory Badge Claim listing Alternatives๐Ÿ”— More in Aggregators

Overview

isaac-levine/forage MCP server lets an AI agent search MCP registries, install servers as local subprocesses, and use their tools through a proxy. It searches the Official MCP Registry, Smithery, and npm, then exposes installed tools immediately through MCP notifications. Forage stores installed-server state and usage guidance locally so configured tools can start again in later sessions. Reach for it when an agent needs tools that were not configured at session startup.

Use cases

โ€ขDiscover MCP servers for a capability an agent does not already have
โ€ขInspect package metadata before installing an MCP server
โ€ขInstall and expose MCP tools during an active session
โ€ขPersist tool instructions for later agent sessions
โ€ขReview or remove locally managed MCP servers

Key features

โ€ขSearches the Official MCP Registry, Smithery, and npm
โ€ขEvaluates package versions, downloads, README summaries, and install commands
โ€ขStarts installed MCP servers as proxied subprocesses
โ€ขExposes newly installed tools without a restart
โ€ขPersists installed-server state and agent usage instructions
โ€ขRequires confirmation for installation and removal

Capabilities & Tool Schemas (6) ~871 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this serverโ€™s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Forage.

forage_search

Search for MCP servers and tools across registries (Official MCP Registry, Smithery, npm). Describe what capability you need and get ranked results.

forage_evaluate

Get detailed information about a specific package โ€” version, downloads, README summary, install command. Use this before installing to verify quality.

forage_install

Install an MCP server and start it as a proxied subprocess. The server's tools become available immediately via Forage โ€” no restart needed. IMPORTANT: Set confirm=true to proceed with installation (user will be prompted to approve the tool call).

forage_learn

Write usage instructions for an installed tool to agent rule files (CLAUDE.md, AGENTS.md, .cursor/rules/). This persists knowledge across sessions so the agent remembers how to use the tool next time.

forage_status

List all tools that Forage has installed and is currently proxying. Shows which servers are running, what tools they provide, and their install status.

forage_uninstall

Remove a previously installed tool. Stops the server, removes from manifest, and cleans up agent rules. Set confirm=true to proceed.

How Forage works

What isaac-levine/forage MCP server does

isaac-levine/forage MCP server acts as a discovery and proxy layer for MCP tools. Instead of manually configuring every MCP server before an agent session, an agent can search available servers, inspect a package, request an installation, and then call the installed server's tools through Forage.

Searches cover the Official MCP Registry, Smithery, and npm. The evaluation operation provides package details such as its version, download information, README summary, and installation command. This gives an agent a step between discovery and installation for checking a candidate package.

Forage also records information about installed tools. Its learning operation writes usage instructions to supported agent rule files, including CLAUDE.md, AGENTS.md, and .cursor/rules/, so later sessions can reuse that guidance.

How it works

After an MCP server is installed, Forage starts it as a child process and connects to it over the MCP stdio transport. It discovers the child server's tools, registers them with namespaced names in the Forage server, and forwards future tool calls to the child process.

Forage sends a tools/list_changed notification after a successful installation. Clients can therefore see newly available tools during the current session rather than waiting for a restart. Installed servers are represented in a local manifest, and Forage attempts to start them again when it launches.

State is stored under ~/.forage/. The manifest contains installed tools, commands, arguments, and auto-start settings. An installation log records install and uninstall activity, while registry search results may be cached.

Setup and configuration

The npm package is forage-mcp. For Claude Code, the documented setup command is:

Terminal
claude mcp add forage -- npx -y forage-mcp

For Cursor, the README documents:

Terminal
npx forage-mcp init --client cursor

Forage is intended to run locally and does not use a remote backend. Registry searches make read-only GET requests to public APIs. Environment variables needed by an installed child server are supplied during installation and are not persisted by Forage.

Tools and capabilities

The MCP interface provides these operations:

  • forage_search searches the supported registries for MCP servers and tools based on a capability description and returns ranked results.
  • forage_evaluate retrieves package information before installation, including version, downloads, README content summary, and an install command.
  • forage_install installs and starts an MCP server as a proxied subprocess. The call must include confirm: true, which prompts the user to approve the installation.
  • forage_learn writes instructions for using an installed tool to supported agent rule files.
  • forage_status lists installed and currently proxied tools, their servers, and installation state.
  • forage_uninstall stops and removes an installed tool, updates the manifest, and cleans up related agent rules. It also requires confirm: true.

Limitations and notes

isaac-levine/forage MCP server currently installs npm-based MCP servers through npx -y; support for pip, Cargo, and Homebrew packages is listed as future work. It cannot install a tool without explicit approval through the confirmation parameter. The project does not store child-server secrets, so those servers must receive their required environment variables at installation time.

The server depends on the target MCP package being available through the supported installation flow. Forage provides discovery and proxying, but the capabilities, configuration requirements, and behavior of each installed server remain specific to that server.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Aggregators View all alternatives
  • AllMCPs Server logoAllMCPs Server
    โ˜… Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    ๐Ÿ”— Aggregators15 views
    Compare vs AllMCPs Server โ†’
  • Agent logoAgent

    A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

    ๐Ÿ”— Aggregators9 views
    Compare vs Agent โ†’
  • Ncp logoNcp

    NCP orchestrates your entire MCP ecosystem through intelligent discovery, eliminating token overhead while maintaining 98.2% accuracy.

    ๐Ÿ”— Aggregators2 views
    Compare vs Ncp โ†’
  • S
    SandBase CLI

    Open-source CLI and MCP server for discovering and calling 2,000+ AI models and APIs through one consistent developer interface.

    ๐Ÿ”— Aggregators9 views
    Compare vs SandBase CLI โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
16
Stargazers on the source repository.
Last commit
6mo ago
Most recent push to the default branch.
Tools exposed
6
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Forage

For Claude Code, run `claude mcp add forage -- npx -y forage-mcp`. For Cursor, run `npx forage-mcp init --client cursor`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewForage AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/isaac-levine-forage?style=directory)](https://allmcps.com/mcp/isaac-levine-forage)
HTML Embed
<a href="https://allmcps.com/mcp/isaac-levine-forage"><img src="https://allmcps.com/api/badge/isaac-levine-forage?style=directory" alt="Forage on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”—Aggregators
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsCursor
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars16
GitHub Star CountTotal stargazers on GitHub representing community popularity (16 stars).
Last commit6mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Feb 21, 2026
56Quality signal: Good ยท 56/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท forage-mcp (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”— Aggregators โ†’Alternatives to Forage โ†’Install in Claude DesktopInstall in CursorInstall in VS Code