Back to Home
samzhu icon

docmcp-server

Verified Safe

by samzhu

Overview

A Documentation Model Context Protocol (MCP) Server for AI agents, providing indexed technical documentation, full-text and semantic search, code examples, and API key management.

Installation

Run Command
./gradlew bootRun

Environment Variables

  • docmcp-db-url
  • docmcp-db-username
  • docmcp-db-password
  • docmcp-google-api-key
  • github.token

Security Notes

The application implements robust API Key authentication using BCrypt hashing and rate limiting. Spring Security is used for access control to API and MCP endpoints. CSRF protection is explicitly disabled for the web UI, which is noted in the code as a simplification and should be reviewed for production environments if the web UI is exposed to external users. No obvious hardcoded secrets or malicious patterns were found in the provided code snippets.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

MCP ServerDocumentationSearchAI ToolsSpring BootVector DatabaseGitHub SyncAPI Management