Projectbrain
БесплатноНе проверенProjectBrain MCP is a Model Context Protocol (MCP) server for project planning and execution workflows. It exposes tools for tasks, decisions, facts, milestones
Описание
ProjectBrain MCP is a Model Context Protocol (MCP) server for project planning and execution workflows. It exposes tools for tasks, decisions, facts, milestones, comments, and team messaging through a Streamable HTTP endpoint.
README
ProjectBrain MCP is a Model Context Protocol (MCP) server for project planning and execution workflows. It exposes tools for tasks, decisions, facts, milestones, comments, and team messaging through a Streamable HTTP endpoint.
What it does
- Serves MCP tools over HTTPS at
https://mcp.projectbrain.tools - Allows unauthenticated MCP discovery requests for
initialize,notifications/initialized,ping,tools/list,resources/list,resources/templates/list, andprompts/list - Authenticates bearer tokens (JWT or API key) for all tool execution and data access
- Provides MCP OAuth metadata endpoints
- Executes tool actions against the ProjectBrain API
Service endpoints
GET /healthGET /.well-known/oauth-protected-resourceGET /.well-known/oauth-authorization-serverPOST /
Configuration
Set these environment variables:
SERVER_URL(default:http://localhost:8000)
Base URL of the ProjectBrain API.MCP_SERVER_URL(default: same asSERVER_URL)
Public base URL used in OAuth resource metadata.JWT_SECRET_KEY
Secret used to validate JWT bearer tokens.JWT_ALGORITHM(default:HS256)CORS_ORIGINS(default:["http://localhost:5173"])
Accepts either a JSON array or a comma-separated list.MCP_REQUEST_TIMEOUT_SECONDS(default:30)MCP_UNAUTH_DISCOVERY_METHOD_SCAN_BYTES(default:8192)
Max unauthenticated request bytes scanned to detect JSON-RPCmethodin lightweight middleware parsing.SENTRY_DSN
Sentry DSN for MCP service error/performance reporting.SENTRY_TRACES_SAMPLE_RATE(default:0.2)
Trace sample rate passed tosentry_sdk.init.SENTRY_SEND_DEFAULT_PII(default:false)
Set totrueto include richer MCP request/response context withMCPIntegration(review data collection implications before enabling).SENTRY_ENVIRONMENT(optional)
Sentry environment tag (for example:production,staging).
Local development
From repository root:
- Install backend dependencies:
cd api && uv sync --locked
- Start the MCP server:
PYTHONPATH=mcp api/.venv/bin/uvicorn api_adapter:app --app-dir mcp --host 0.0.0.0 --port 8001
Directory structure
api_adapter.py— FastAPI app entrypoint and auth middlewareserver.py— MCP tool definitions and HTTP client adapterruntime.py— runtime config and request-scoped auth context
Установка Projectbrain
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/9-Trinkets/projectbrain-mcpFAQ
Projectbrain MCP бесплатный?
Да, Projectbrain MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Projectbrain?
Нет, Projectbrain работает без API-ключей и переменных окружения.
Projectbrain — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Projectbrain в Claude Desktop, Claude Code или Cursor?
Открой Projectbrain на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Projectbrain with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
