DocsBot Connector for AI agents.
10 live capabilities
Manage your documentation knowledge base and query custom bots in real-time.
Waiting for input…
Why people use DocsBot
DocsBot Knowledge Base Management for Support Teams
This Connector lets you do all of that from one chat window. You can check indexing status, pull interaction logs, and query the bots directly to verify their knowledge in seconds.
What Vinkius changes
You get a direct interface to manage your AI knowledge base without leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Support Audit
A support lead sees a weird answer and uses list_bot_interaction_logs to see the full history of that specific bot's recent queries to find the root cause.
- Real-world use case 02
Content Verification
A content manager wants to know if a new manual was added and uses list_bot_knowledge_sources to confirm the URL is active and included in the index.
- Real-world use case 03
Bot Discovery
A new hire wants to know what bots are available and asks the agent to list_team_bots to see the full catalog of available help resources.
Complete set · 10capabilities
The complete DocsBot capability set.
These are the exact actions your AI can choose when you ask it to work with DocsBot.
01—04
4 capabilities in this set.
Part of 10 available through DocsBot.
- 01 Capability
Get docsbot account metadata
Pulls the basic info for your current account. It's how the agent knows who it's talking to.
- 02 Capability
Ask bot question
Sends a question to a specific bot and gets an AI response. This lets you test your bot's knowledge instantly.
- 03 Capability
Get bot knowledge summary
Shows how big your knowledge base is and how many sources it has. It's a quick way to see the scale of your data.
- 04 Capability
Get bot details
Grabs the specific settings and metadata for a single bot. Use this to check configuration details on the fly.
05—07
3 capabilities in this set.
Part of 10 available through DocsBot.
- 05 Capability
List recently indexed bots
Shows which bots were updated lately. It helps you verify that your recent uploads actually went live.
- 06 Capability
List bot interaction logs
Pulls a list of recent questions and answers from a bot. This is perfect for auditing bot behavior.
- 07 Capability
List team bots
Lists every bot your team has created. It gives you a bird's-eye view of your entire bot fleet.
08—10
3 capabilities in this set.
Part of 10 available through DocsBot.
- 08 Capability
List bot knowledge sources
Shows every URL, PDF, and document a bot uses. You can use this to see exactly what data a bot is reading.
- 09 Capability
List docsbot teams
Lists the teams you belong to in the platform. It helps you navigate different organizational units.
- 10 Capability
Search bot sources
Lets you find specific knowledge files by keyword. It's great for finding that one specific PDF in a sea of docs.
Set up in minutes
One URL. Then ask DocsBot to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use DocsBot from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DUvS3dfoYdN9s8Yd26fUzX2DZZJItzvIEMs195YL/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it DocsBot, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable DocsBot for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DUvS3dfoYdN9s8Yd26fUzX2DZZJItzvIEMs195YL/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the DocsBot URL.
- Step 03
Save and start
Save the connection and enable DocsBot in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"docsbot": {
"url": "https://edge.vinkius.com/vk_preview_DUvS3dfoYdN9s8Yd26fUzX2DZZJItzvIEMs195YL/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using DocsBot
Open Agent mode in chat and ask: "Using DocsBot, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"docsbot": {
"url": "https://edge.vinkius.com/vk_preview_DUvS3dfoYdN9s8Yd26fUzX2DZZJItzvIEMs195YL/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using DocsBot
Ask Copilot: "Using DocsBot, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"docsbot": {
"url": "https://edge.vinkius.com/vk_preview_DUvS3dfoYdN9s8Yd26fUzX2DZZJItzvIEMs195YL/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using DocsBot
Open Cascade and ask: "Using DocsBot, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"docsbot": {
"url": "https://edge.vinkius.com/vk_preview_DUvS3dfoYdN9s8Yd26fUzX2DZZJItzvIEMs195YL/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using DocsBot
Ask Cline: "Using DocsBot, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add docsbot --transport http "https://edge.vinkius.com/vk_preview_DUvS3dfoYdN9s8Yd26fUzX2DZZJItzvIEMs195YL/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using DocsBot
Ask Claude: "Using DocsBot, show me...". 10 tools are ready
Where the request belongs
Work DocsBot can move forward.
This is for the support lead who needs to know why a bot gave a wrong answer, or the content manager who's constantly updating documentation and needs to know if the bot actually learned it yet.
Support Lead
Audits interaction logs on Tuesday afternoons to identify where the bot is hallucinating and needs better documentation.
Knowledge Manager
Tracks source coverage and indexing health to ensure the entire documentation library is actually being used by the AI.
Product Manager
Identifies content gaps by reviewing user queries and checking if the bots have the necessary info to answer them.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMem AI (Knowledge Workspace)
Manage your knowledge base via Mem.ai. create notes, run AI semantic search, and organize collections.
Verba
Connect your Verba RAG platform to your AI agent. Search your documents, retrieve semantic answers, and manage your Weaviate knowledge base directly.
CHATFLY
Manage AI chatbots and knowledge bases via CHATFLY. train bots on custom data and track conversations directly from any AI agent.
Cody AI
Enable your AI agent to manage knowledge-base bots, import documents, and query trained AI assistants via the Cody AI API.
FastGPT
Manage FastGPT Knowledge Bases. automate dataset creation, document ingestion, and RAG search directly from any AI agent.
Slab
Manage your team's knowledge base. query wiki articles, create new documentation, and explore topics directly using AI agents.
Bring your own AI
Change the model, client or framework. Keep DocsBot connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about DocsBot.
The practical details behind the request, access and result.
Can DocsBot help me see if my documentation is actually being used?
Yes, you can use it to see exactly which URLs and PDFs are powering your bots. It gives you a clear view of your coverage.
How do I know if my bot just finished updating?
You can ask your agent to check the recently indexed bots to see the exact timestamp of the last update. This confirms your changes are live.
Can I use this to see what my customers are asking the bots?
Yes, you can pull the interaction logs to see a history of questions and answers. This is great for identifying common pain points.
Is this good for managing multiple different bots?
It's perfect for that. You can list all bots in a team or get details on any specific one, making it easy to oversee a large fleet.
Can I search for a specific document in my knowledge base?
Yes, you can search for sources by keyword to find specific files quickly. It saves you from scrolling through long lists of documentation.
Does this work for different types of files?
It tracks various sources, including URLs and PDFs, so you can see your full coverage across different types of documentation.
How do I get a DocsBot API Key?
Log in to your DocsBot account, navigate to the API section in your account settings, and you can generate or retrieve your unique API Key from there.
Can the agent train my bots?
This integration currently focuses on querying bots and auditing sources. Adding new sources or triggering full training cycles should be managed via the DocsBot dashboard.
Which AI models are used?
DocsBot supports various models including GPT-3.5 and GPT-4. The agent will retrieve results based on the specific model configured for your bot in your account.
One connection away
Give your agent a direct line to DocsBot.
Connect DocsBot once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available