← Back to Plugins
MCP Server MCP

io.github.TheRealFloatDev/agentsbestfriend

github By github 👁 1 views ▲ 0 votes

MCP that provides fast, token-efficient tools for navigating, searching, and understanding codebases

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "agentsbestfriend",
      "version": "0.12.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "start",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "The root directory of the project that the server will interact with. Defaults to the current working directory if not set.",
          "format": "string",
          "name": "ABF_PROJECT_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...