Serversio.github.TheRealFloatDev/agentsbestfriend
A

io.github.TheRealFloatDev/agentsbestfriend

io.github.TheRealFloatDev/agentsbestfriend · v0.12.0
▦ npm
v0.12.0npm npm: agentsbestfriend↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.TheRealFloatDev/agentsbestfriend",
  "description": "MCP that provides fast, token-efficient tools for navigating, searching, and understanding codebases",
  "repository": {
    "url": "https://github.com/TheRealFloatDev/AgentsBestFriend",
    "source": "github"
  },
  "version": "0.12.0",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}