Git-backed team knowledge compiled into token-budgeted context bundles for coding agents
npx @getmcp/cli add io.github.ismailperim/briefdRequires Docker Engine. Community-contributed server. Review source before installing.
BRIEFD_SOURCEKnowledge repository: a git URL (https://…, git@…) or a mounted directory with domain/, conventions/, projects/<name>/
BRIEFD_API_TOKENBearer token clients must send to /mcp and /api
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ismailperim/briefd": {
"command": "docker",
"args": [
"7788:7788",
"briefd-data:/data",
"run",
"-i",
"--rm",
"-e",
"BRIEFD_SOURCE",
"-e",
"BRIEFD_API_TOKEN",
"-e",
"BRIEFD_GIT_TOKEN",
"ghcr.io/ismailperim/briefd:0.4.0"
],
"env": {
"BRIEFD_SOURCE": "",
"BRIEFD_API_TOKEN": "",
"BRIEFD_GIT_TOKEN": ""
}
}
}
}Ephemeral data sandbox for AI workflows with guardrails and security
Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.
Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.
Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.