mcpbeat Sign in

Agentsbestfriend MCP Server

by therealfloatdev Your server? Claim it
local only

Agentsbestfriend runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from npm. Last commit 22 Apr 2026.

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

Installs per day peak 33 · avg 11 · -3% w/w
a month agotoday
68
Installs / week
npm · agentsbestfriend
0
Stars
0 open issues
22 Apr 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agentsbestfriend every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentsbestfriend -- npx -y agentsbestfriend
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentsbestfriend": {
      "args": [
        "-y",
        "agentsbestfriend"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentsbestfriend]
command = "npx"
args = ["-y", "agentsbestfriend"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentsbestfriend": {
      "args": [
        "-y",
        "agentsbestfriend"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentsbestfriend": {
      "args": [
        "-y",
        "agentsbestfriend"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ABF_PROJECT_ROOT (The root directory of the project that the server will interact with. Defaults to the current working directory if not set.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentsbestfriend

same job, measured the same way
RLM Tools
by stefanoshea

Persistent Python sandbox for token-efficient codebase exploration in MCP clients

31 installs/wk local only
Rune
by thecolourfoundation

Evidence-traced codebase understanding and security scanning for AI agents over MCP.

24 installs/wk local only
Exa
by exa

Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding

2 tools answering
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 520 installs/wk local only
Sense
by luuuc

Codebase understanding for AI coding agents — symbol graph, blast radius, semantic search.

local only
Codescene MCP Server
by codescene

An MCP server that provides CodeScene Code Health analysis tools.

1 745 installs/wk local only
Contextful
by inferensys

Efficient context management: code search, evidence packs, and memory for coding agents.

41 installs/wk local only
Search
by dave-london

MCP server for code search (ripgrep + fd) with structured, token-efficient output

138 installs/wk local only

Agentsbestfriend — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentsbestfriend?
Agentsbestfriend runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agentsbestfriend was installed 68 times last week.
How do I connect Agentsbestfriend?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentsbestfriend straight from npm; nothing to host, nothing to sign up for.
How many people use Agentsbestfriend?
The npm package agentsbestfriend was installed 68 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentsbestfriend open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.