A

AgentPedia

Search, discover, and contribute to AgentPedia — the knowledge base for AI tools, APIs, and agents.

AgentPedia·No reviews yet
Repo Docs
Share:

About

Search, discover, and contribute to AgentPedia — the knowledge base for AI tools, APIs, and agents.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about AgentPedia.

What is AgentPedia and what does it do?
AgentPedia is an MCP that enables searching and discovering information about AI tools, APIs, and agents. It acts as a knowledge base where users can contribute and find data related to the AI ecosystem.
How can I integrate AgentPedia with an MCP client like Cline?
Integration with an MCP client like Cline would typically involve adding the AgentPedia server URL to the client's configuration. The transport for AgentPedia is stdio, meaning data exchange occurs over standard input/output streams.
Does AgentPedia require an API key or other credentials?
AgentPedia does not require an API key or other credentials. Its authentication type is 'none', allowing open access to its functionalities.
What are the primary capabilities exposed by AgentPedia?
AgentPedia primarily exposes capabilities for searching, discovering, and contributing to its knowledge base of AI tools, APIs, and agents. Specific tools are not detailed in the provided information but would relate to these core functions.
Is there a cost associated with using AgentPedia?
There is no explicit cost stated for using AgentPedia. As an open-source project available on GitHub, its direct use is likely free, but deployment costs depend on the user's infrastructure.
What is a prerequisite for contributing to AgentPedia?
A prerequisite for contributing to AgentPedia would involve understanding its data structure and contribution process, which are typically outlined in its documentation. As an open-source project, direct contributions are often made via its GitHub repository.

Install AgentPedia

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "agentpedia": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agentpedia"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "agentpedia": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agentpedia"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "agentpedia": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agentpedia"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.