@theosunxyzw/docs-mcp
v1.0.1
Published
MCP server for document storage and retrieval with SQLite
Maintainers
Readme
docs-mcp
MCP server for document storage and retrieval with SQLite.
⚠️ This package requires Bun >= 1.0.0 and does not support Node.js.
Installation
bun install docs-mcpUsage
Running with opencode
Add to your opencode configuration:
{
"mcpServers": {
"docs": {
"command": ["bunx", "@theosunxyzw/docs-mcp"]
}
}
}Running with Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"docs": {
"command": ["bunx", "@theosunxyzw/docs-mcp"],
"args": ["--db", "./documents.db"]
}
}
}Available Tools
create_document: Store a new documentget_document: Retrieve a document by IDlist_documents: List all documentssearch_documents: Search documents by contentupdate_document: Update an existing documentdelete_document: Delete a document
Development
bun install
bun run test
bun run lintLicense
MIT
