Documentation Manager
Enables AI interaction with markdown documentation files through a SQL-like query format for creating, reading, updating, and searching documentation with YAML frontmatter metadata support in Node.js and Deno environments.
41 stars
0 tools
Created Aug 2025
@alekspetrov/alekspetrov-documentation-manager-docs-serviceAbout
Enables AI interaction with markdown documentation files through a SQL-like query format for creating, reading, updating, and searching documentation with YAML frontmatter metadata support in Node.js and Deno environments.
Categories
general
Installation
npm
npm install @alekspetrov/alekspetrov-documentation-manager-docs-service
Configuration
{
"mcpServers": {
"alekspetrov-documentation-manager-docs-service": {
"command": "npx",
"args": [
"-y",
"@alekspetrov/alekspetrov-documentation-manager-docs-service"
]
}
}
}