MCP Server
Maintained
MIT
io.github.Shreyas-Profile/docs-mcp MCP Server
io.github.Shreyas-Profile/docs-mcp
What is the io.github.Shreyas-Profile/docs-mcp MCP server?
Vector RAG store for Word/Excel/PDF/PowerPoint. Break-even pricing, $5 per 5,700 pages.
How to install io.github.Shreyas-Profile/docs-mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationBearer <apiKey> — get yours at https://docs.regiq.in after Google sign-in.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"docs-mcp": {
"url": "https://docs.regiq.in/api/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"docs-mcp": {
"serverUrl": "https://docs.regiq.in/api/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"docs-mcp": {
"type": "http",
"url": "https://docs.regiq.in/api/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"docs-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://docs.regiq.in/api/mcp"
]
}
}
}Claude Code
claude mcp add --transport http docs-mcp https://docs.regiq.in/api/mcpRelated MCP servers
io.github.Shreyas-Profile/tor-mcp
Maintained
Route HTTP requests through the Tor network. Rotating exit IPs, .onion support, no body logging.
1
View repository →TypeScript
MIT
io.github.Shreyas-Profile/browser-mcp
Maintained
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
0
View repository →TypeScript
MIT
io.github.Shreyas-Profile/cron-mcp
Maintained
Cron-as-a-service MCP. Schedule prompts; when the cron fires we POST to your callback URL.
0
View repository →TypeScript
MIT
io.github.Shreyas-Profile/telegram-mcp
Maintained
Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.
0
View repository →TypeScript
MIT