Manage Project Dependencies with Intelligence
The CLI that integrates with the Model Context Protocol for real-time documentation, monitoring, and seamless IDE workflows.
The Blind Spot in AI Coding
The Issue: AI editors like Cursor and Windsurf typically
don't index node_modules or internal dependencies to save performance.
The Result: Your AI guesses APIs, hallucinates methods that don't exist, and struggles with internal libraries.
DocsPls solves this by letting your Agent explore specific dependencies on demand.
Why DocsPls?
Built for modern development workflows, giving you control and insight into your project's ecosystem.
Dependency Tracking
Automatically detect and track dependencies in your project. Keep your documentation in sync with your code.
Real-time Monitoring
Watch for changes in your project files and dependencies. Get instant updates when your stack evolves.
MCP Integration
Expose your project context to AI models via the Model Context Protocol. Enhance your coding assistant's IQ.
Power Your AI with Context
DocsPls isn't just a CLI; it's a bridge between your code and your AI tools. By running the MCP server, you provide structured context about your dependencies to tools like Claude and IDE extensions.
- Standardized Protocol Support
- Zero-config IDE Integration
- Programmatic Access to Docs
"mcpServers": {
"docpls": {
"command": "npx",
"args": [
"-y",
"docspls-cli",
"mcp"
]
}
}