Forage Mcp Server For Ai Agents
@ErnestaLabs
About Forage Mcp Server For Ai Agents
Forage MCP: The Knowledge Layer Your Agent Is Missing
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"forage": {
"command": "docker",
"args": [
"run",
"--rm",
"-p",
"3000:3000",
"-e",
"APIFY_API_TOKEN",
"-e",
"TRANSPORT=http",
"ghcr.io/ernestalabs/web-intelligence-mcp:latest"
],
"env": {
"APIFY_API_TOKEN": "<YOUR_APIFY_TOKEN>"
},
"label": "Forage MCP Server"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Forage Mcp Server For Ai Agents?
Forage MCP Server is a knowledge layer for AI agents that provides web intelligence plus persistent memory through a knowledge graph. It integrates with Apify data actors to give agents 36 tools for search, scraping, enrichment, and graph querying.
How to use Forage Mcp Server For Ai Agents?
Obtain an Apify API token from console.apify.com, then add the server configuration to your MCP-compatible client (Claude Desktop, Cursor, Windsurf, or Docker). The server routes requests through a proxy that orchestrates multiple Apify actors in parallel and feeds results into a persistent knowledge graph.
Key features of For
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Codelf
unbugA search tool helps dev to solve the naming things problem.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments