MATRIX
БесплатноНе проверенA local, project-scoped requirement management MCP server that enables AI agents to manage tasks and requirements via SQLite.
Описание
A local, project-scoped requirement management MCP server that enables AI agents to manage tasks and requirements via SQLite.
README
Multi-Agent Task & Requirement IndeX — A local, project-scoped Requirement Management MCP server for multi-agent, multi-session work. Think of it as a lightweight local project manager, backed by SQLite, that AI agents can connect to via the Model Context Protocol.
Requirements
- Node.js ≥ 22.5.0 — required for the built-in
node:sqlitemodule
Installation & Configuration
MATRIX is project-scoped: each project gets its own .matrix/matrix.db database. The server resolves the DB path relative to its working directory (process.cwd()), so you must set cwd to your project root in your MCP client config.
Claude Desktop
{
"mcpServers": {
"matrix": {
"command": "npx",
"args": ["-y", "matrix-mcp"],
"cwd": "/absolute/path/to/your/project"
}
}
}
Cursor / VS Code (.cursor/mcp.json or .vscode/mcp.json)
{
"servers": {
"matrix": {
"command": "npx",
"args": ["-y", "matrix-mcp"],
"cwd": "${workspaceFolder}"
}
}
}
Note:
${workspaceFolder}is expanded by Cursor/VS Code to the workspace root automatically.
Custom DB path
To store the database somewhere other than <project-root>/.matrix/matrix.db, set the MATRIX_DB_PATH environment variable to an absolute path:
{
"mcpServers": {
"matrix": {
"command": "npx",
"args": ["-y", "matrix-mcp"],
"env": {
"MATRIX_DB_PATH": "/absolute/path/to/matrix.db"
}
}
}
}
Human Interface (CLI & Web)
MATRIX also ships a matrix-mcp-cli CLI for humans to browse and manage the database directly.
matrix-mcp-cli --help
matrix-mcp-cli list # lists requirements
matrix-mcp-cli get req-00001
matrix-mcp-cli pick tsk-00001 --agent my-agent
matrix-mcp-cli serve --port 3000
DB path: --matrix-db-path flag > MATRIX_DB_PATH env var > .matrix/matrix.db
Установить MATRIX в Claude Desktop, Claude Code, Cursor
unyly install matrixСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add matrix -- npx -y matrix-mcpFAQ
MATRIX MCP бесплатный?
Да, MATRIX MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для MATRIX?
Нет, MATRIX работает без API-ключей и переменных окружения.
MATRIX — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить MATRIX в Claude Desktop, Claude Code или Cursor?
Открой MATRIX на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare MATRIX with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
