Skip to content
Back to search
30
MCP

@mseep/mcp-server-ragdocs

npm/@mseep/mcp-server-ragdocs

A Model Context Protocol server for fetching and storing documentation in a vector database, enabling semantic search and retrieval to augment LLM capabilities with relevant documentation context.

Uptime
0.0%
9 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

amirarad/mcp-ragdocs
An MCP server for semantic documentation search and retrieval.
0 tools
@mseep/mcp-server-and-client
A Model Context Protocol (MCP) server for managing user data with support for resources, tools, and prompts.
0 tools
smart-coding-mcp
An extensible Model Context Protocol (MCP-Local-MRL-RAG-AST) server that provides intelligent semantic code search for AI assistants. Built
0 tools
@mseep/starknet-mcp
A Model Context Protocol server for interacting with Starknet, enabling block information retrieval and more
0 tools
@mseep/pg-mcp-server
A Model Context Protocol server for PostgreSQL databases
0 tools
david-seekdb-mcp-server
A Model Context Protocol (MCP) server that enables interaction with seekdb database. This server allows AI assistants to perform vector oper
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@mseep/mcp-server-ragdocs": {
      "url": "None",
      "transport": "http"
    }
  }
}