We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tosin2013/documcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: "π Features"
labels:
- "feature"
- "enhancement"
- title: "π Bug Fixes"
labels:
- "fix"
- "bugfix"
- "bug"
- title: "π§ͺ Tests"
labels:
- "test"
- title: "π Documentation"
labels:
- "documentation"
- "docs"
- title: "π§ Maintenance"
labels:
- "chore"
- "dependencies"
- title: "β‘ Performance"
labels:
- "performance"
- title: "π Security"
labels:
- "security"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- "major"
- "breaking"
minor:
labels:
- "minor"
- "feature"
patch:
labels:
- "patch"
- "fix"
- "bugfix"
default: patch
template: |
## DocuMCP Release $RESOLVED_VERSION
## Changes
$CHANGES
## Installation
```bash
npm install -g documcp@$RESOLVED_VERSION
```
## System Requirements
- Node.js 20.x or higher
- npm 9.x or higher
## Quick Start
```bash
# Install globally
npm install -g documcp
# Use with MCP client
documcp analyze-repository --path ./my-project
```
## Contributors
$CONTRIBUTORS