pouyanafisi/project-mcp
Intent-based MCP server for project documentation search. Maps natural language queries to the right sources automatically—no configuration needed. The standard for AI agent documentation search.
> Intent-based MCP server for project documentation — Maps natural language > to the right sources automatically
[](https://www.npmjs.com/package/project-mcp) [](https://nodejs.org/) [](https://opensource.org/licenses/MIT) [](https://modelcontextprotocol.io)
When users say "project", "docs", or "todos", project-mcp automatically searches the right directories—no configuration needed. It understands intent, not just directory names.
---
npm install project-mcpAdd to .mcp.json:
{
"mcpServers": {
"project": {
"command": "npx",
"args": ["-y", "project-mcp"]
}
}
}That's it. The server automatically finds and indexes:
.project/ — Operational truth (plans, todos, status)docs/ — Reference documentation---
Loading reviews...