MCP Server
MCP
io.github.TheRealFloatDev/agentsbestfriend
MCP that provides fast, token-efficient tools for navigating, searching, and understanding codebases
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
By
Comments
Sign in to leave a comment