ποΈ Streamline your project documentation with project-mcp, an intent-based server that maps natural language to relevant sources automatically.
Quick Install
Copy the config for your editor. Some servers may need additional setup β check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"project-mcp": {
"command": "npx",
"args": [
"-y",
"hilitb/project-mcp"
]
}
}
}
Run in terminal:
claude mcp add project-mcp npx -y hilitb/project-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"project-mcp": {
"command": "npx",
"args": [
"-y",
"hilitb/project-mcp"
]
}
}
}