AutoDocs MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTODOCS_CACHE_DIR | No | Cache directory location | ~/.autodocs/cache |
| AUTODOCS_LOG_LEVEL | No | Logging level | INFO |
| AUTODOCS_MAX_CONCURRENT | No | Maximum concurrent PyPI requests | 10 |
| AUTODOCS_REQUEST_TIMEOUT | No | Request timeout in seconds | 30 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_dependenciesC | Scan project dependencies from pyproject.toml Args: project_path: Path to project directory (defaults to current directory) Returns: JSON with dependency specifications and project metadata |
| get_package_docsA | Retrieve formatted documentation for a package with version-based caching. Args: package_name: Name of the package to fetch documentation for version_constraint: Version constraint from dependency scanning query: Optional query to filter documentation sections Returns: Formatted documentation with package metadata |
| refresh_cacheB | Refresh the local documentation cache. Returns: Statistics about cache refresh operation |
| get_cache_statsB | Get statistics about the documentation cache. Returns: Cache statistics and information |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bradleyfay/autodoc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server