DevDocs MCP

DevDocs MCP

A Model Context Protocol implementation that enables AI-powered access to documentation resources, featuring URI-based navigation, template matching, and structured documentation management.

llmian-space

Developer Tools
Search
Knowledge & Memory
Visit Server

README

DevDocs MCP Implementation

A Model Context Protocol (MCP) implementation for documentation management and integration.

Project Structure

src/
├── resources/
│   ├── templates/      # Resource template system
│   └── managers/       # Resource management
├── documentation/
│   ├── processors/     # Documentation processing
│   └── integrators/    # Integration handlers
├── tasks/
│   ├── issues/         # Issue tracking
│   └── reviews/        # Review management
└── tests/
    ├── property/       # Property-based tests
    └── integration/    # Integration tests

Core Components

Resource Template System

The resource template system provides URI-based access to documentation resources with:

  • Type-safe parameter handling through Pydantic
  • Flexible URI template matching
  • Comprehensive error handling
  • State management for resource lifecycle

Example usage:

from src.resources.templates.base import ResourceTemplate

# Create a template with parameter typing
template = ResourceTemplate(
    uri_template='docs://api/{version}/endpoint',
    parameter_types={'version': str}
)

# Extract and validate parameters
params = template.extract_parameters('docs://api/v1/endpoint')
template.validate_parameters(params)

Testing Strategy

The project uses property-based testing with Hypothesis to ensure:

  • URI template validation
  • Parameter extraction correctness
  • Error handling robustness
  • Type safety enforcement

Run tests:

pytest tests/property/test_templates.py

Implementation Progress

Completed

  • [x] Basic project structure
  • [x] Resource template system
  • [x] Property-based testing infrastructure
  • [x] URI validation and parameter extraction
  • [x] Error handling foundation

In Progress

  • [ ] Documentation processor integration
  • [ ] Caching layer implementation
  • [ ] Task management system
  • [ ] Performance optimization

Planned

  • [ ] Search implementation
  • [ ] Branch mapping system
  • [ ] State tracking
  • [ ] Monitoring system

Development Guidelines

  1. Follow TDD approach:

    • Write property-based tests first
    • Implement minimal passing code
    • Refactor for clarity and efficiency
  2. Error Handling:

    • Use structured error types
    • Implement recovery strategies
    • Maintain system stability
  3. Documentation:

    • Keep README updated
    • Document new features
    • Include usage examples

Branch Management

The project uses a branch-based development approach for:

  • Feature tracking
  • Documentation integration
  • Task management
  • Progress monitoring

Contributing

  1. Create feature branch
  2. Add property tests
  3. Implement feature
  4. Update documentation
  5. Submit pull request

Next Steps

  1. Implement documentation processor integration
  2. Add caching layer with proper lifecycle management
  3. Develop task management system
  4. Create monitoring and performance metrics

Support Resources

  • MCP Concepts: mcp-docs/docs/concepts/
  • Python SDK: python-sdk/src/mcp/
  • Example Servers: python-sdk/examples/servers/

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
MCP Package Docs Server

MCP Package Docs Server

Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.

Featured
Local
TypeScript
Claude Code MCP

Claude Code MCP

An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.

Featured
Local
JavaScript
@kazuph/mcp-taskmanager

@kazuph/mcp-taskmanager

Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.

Featured
Local
JavaScript
Linear MCP Server

Linear MCP Server

Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.

Featured
JavaScript
serper-search-scrape-mcp-server

serper-search-scrape-mcp-server

This Serper MCP Server supports search and webpage scraping, and all the most recent parameters introduced by the Serper API, like location.

Featured
TypeScript