mcp-docs
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-docsfind documentation about seed_urls configuration"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Docs Server
MCP server for documentation search with automatic web indexing.
Usage via npx (Recommended)
Run the MCP server directly without installation:
# STDIO mode (for MCP client integration)
SEED_URLS="Docs|https://example.com/docs|sidebar|0" TRANSPORT=stdio npx @pgupta1795/mcp-docs
# HTTP mode
SEED_URLS="Docs|https://example.com/docs|sidebar|0" TRANSPORT=http npx @pgupta1795/mcp-docsMCP Client Configuration (npx)
{
"mcpServers": {
"docs": {
"command": "npx",
"args": ["-y", "@pgupta1795/mcp-docs"],
"env": {
"TRANSPORT": "stdio",
"SEED_URLS": "TVC Classic 2025.4.0|https://products.technia.com/app/docs/tvc-documentation-2025.4.0/tvc/install/index.html|navbar|0,TVC Helium 2025.4.0|https://products.technia.com/app/docs/tvc-helium-documentation-2025.4.0/index.html|navbar|0,TIF Classic 2025.4.0|https://products.technia.com/app/docs/tif-documentation-2025.4.0/tif-classic/2025.4.0/main/index.html|sidebar|0,TIF Cloud|https://forseven.tif.technia.cloud/docs/tif-cloud/Current/main/index.html|sidebar|0",
"SEARCH_MODE": "SEMANTIC_ONLY",
"DB_PATH": "C:/GBS/Search_Tool/mcp-docs/data/mcp-docs.db"
}
}
}
}Related MCP server: MCP Web Docs
Quick Start (Local Development)
npm install
npm run buildRunning the Server
STDIO Mode
TRANSPORT=stdio npm run start
# Or for development:
npm run dev:stdioHTTP Mode
TRANSPORT=http npm run start
# Or for development:
npm run dev:httpHTTP endpoint: http://localhost:5004/docs/mcp
MCP Client Configuration
STDIO Mode
{
"mcpServers": {
"mcp-docs": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "C:/path/to/mcp-docs",
"env": {
"TRANSPORT": "stdio",
"SEED_URLS": "TVC Classic|https://products.technia.com/app/docs/tvc-documentation-2025.4.0/tvc/install/index.html|sidebar|0"
}
}
}
}HTTP Mode
{
"mcpServers": {
"mcp-docs": {
"type": "http",
"url": "http://localhost:5004/docs/mcp"
}
}
}Environment Variables
Variable | Default | Description |
|
| Transport mode: |
|
| HTTP server port |
| required | Documentation sources (see format below) |
|
| SQLite database path |
|
| Auto-index on startup |
|
| Max pages per source |
|
| Max crawl depth |
|
| LRU cache size |
|
| Log level: |
| - | Optional log file path |
|
| Search mode: |
|
| Embedding model for semantic search |
|
| Top K results for semantic search |
|
| FTS weight in hybrid mode (0-1) |
SEED_URLS Format
name|url|navigationMode|recrawlIntervalHoursnavigationMode:
sidebar,navbar, orautorecrawlIntervalHours:
0= never,24= daily
Example:
SEED_URLS=TVC Classic|https://products.technia.com/app/docs/tvc-documentation-2025.4.0/tvc/install/index.html|sidebar|0,TIF Cloud|https://forseven.tifdemo.technia.cloud/docs/tif-cloud/Current/main/index.html|auto|24This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceA Model Context Protocol (MCP) server that scrapes, indexes, and searches documentation for third-party software libraries and packages, supporting versioning and hybrid search.Last updated3,3261,590MIT
- Alicense-qualityAmaintenanceA self-hosted MCP server that crawls, indexes, and searches documentation from any website locally, including private sites requiring authentication. It provides hybrid search capabilities and local embedding generation to maintain privacy while keeping AI assistant knowledge up to date.Last updated2,6021MIT
- Alicense-qualityCmaintenanceAn MCP server that provides full-text search over documentation using Whoosh, enabling AI assistants to find up-to-date, authoritative answers.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server that provides semantic search, graph query, and keyword search tools for interacting with DocSmith's knowledge graph and documentation.Last updated1MIT
Related MCP Connectors
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Query any docs site via MCP. Submit a URL, ask questions, get cited answers.
MCP server for accessing curated awesome list documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pgupta1795/mcp-docs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server