Back to Home
dnys1 icon

mcp

Verified Safe

by dnys1

Overview

Provides Model Context Protocol (MCP) servers for AI assistants, enabling semantic search over documentation and multi-project TODO management.

Installation

Run Command
bun run servers/docs/dist/index.js start

Environment Variables

  • OPENAI_API_KEY

Security Notes

The project uses `execSync` for Git commands and MCP CLI configuration, which can be risky if the current working directory (`cwd`) or arguments are maliciously controlled, though inputs here are largely internal or user-configured. The documentation server (`mcp-docs`) fetches content from user-provided URLs (`llms.txt` or Firecrawl), which could expose to Server-Side Request Forgery (SSRF) if URLs point to internal network resources and proper mitigations are not in place. API keys for OpenAI and Firecrawl are handled via environment variables, not hardcoded. The database is local SQLite.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens50
Stars0
Forks0
Last Update2025-12-13

Tags

AI ToolsMCPDocumentation SearchTodo ManagementBunLocal-first