PluginBench
MCP Server

io.github.keshrath/agent-knowledge MCP Server

io.github.keshrath/agent-knowledge

What is the io.github.keshrath/agent-knowledge MCP server?

Cross-session memory for AI agents - knowledge graph, scoring, semantic search

How to install io.github.keshrath/agent-knowledge

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-knowledge": {
      "command": "npx",
      "args": [
        "-y",
        "agent-knowledge"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-knowledge": {
      "command": "npx",
      "args": [
        "-y",
        "agent-knowledge"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-knowledge": {
      "command": "npx",
      "args": [
        "-y",
        "agent-knowledge"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-knowledge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-knowledge"
      ]
    }
  }
}
Claude Code
claude mcp add agent-knowledge -- npx -y agent-knowledge

Related MCP servers

Agent intercommunication - messaging, channels, shared state, and real-time events

View repository →

MCP server registry and marketplace - discover, install, activate tools on demand

View repository →

Pipeline task management for AI agents - stages, dependencies, artifacts, claiming

View repository →