LLM Toolshed MCP Server
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., "@LLM Toolshed MCP Serverquery the FAQ about Bambi Sleep induction"
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.
LLM Toolshed MCP Server
An MCP (Model Context Protocol) server providing RAG (Retrieval Augmented Generation) and CAG (Context Augmented Generation) capabilities for BambiSleep knowledge base.
Features
Tools
rag_query: Perform RAG queries on BambiSleep data
cag_context: Build context-augmented generation from knowledge graph
extract_entities: Extract entities and relationships for knowledge graph
semantic_search: Semantic search across content
get_metadata: Get knowledge base metadata
Resources
bambisleep://data/structured- Full structured JSON databambisleep://data/faq- FAQ contentbambisleep://data/sessions- Session indexbambisleep://data/triggers- Triggers documentationbambisleep://data/safety- Safety information
Related MCP server: RAG Memory MCP
Installation
cd llm-toolshed-mcp-server
npm installUsage
Run the server
npm startConfigure in Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"llm-toolshed": {
"command": "node",
"args": ["/home/melkanea/llm-toolshed-mcp-server/index.js"]
}
}
}Data Structure
The server works with structured JSON data from bambisleep.info:
{
"metadata": {
"source": "bambisleep.info",
"fetched_at": "timestamp",
"type": "bambi_sleep_wiki_content",
"version": "1.0"
},
"content": {
"faq": {...},
"sessions": {...},
"triggers": {...},
"safety": {...},
"transcripts": {...}
},
"rag_vectors": {...},
"cag_context": {...}
}Example Queries
RAG Query
{
"name": "rag_query",
"arguments": {
"query": "what is bambi sleep",
"section": "faq",
"max_results": 5
}
}CAG Context
{
"name": "cag_context",
"arguments": {
"entity": "Bambi",
"depth": 2
}
}Extract Entities
{
"name": "extract_entities",
"arguments": {
"section": "triggers"
}
}Architecture
MCP SDK: Uses @modelcontextprotocol/sdk for server implementation
Resources: Exposes BambiSleep data as MCP resources
Tools: Provides RAG/CAG tools for LLM agents
Transport: Stdio-based communication
License
MIT
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
- AlicenseBqualityFmaintenanceAn MCP server that enables users to retrieve information from AWS Knowledge Bases using RAG (Retrieval-Augmented Generation) via Bedrock Agent Runtime.1233MIT
- Alicense-qualityCmaintenanceAn advanced MCP server providing RAG-enabled memory through a knowledge graph with vector search capabilities, enabling intelligent information storage, semantic retrieval, and document processing.4646MIT
- Flicense-qualityDmaintenanceAn MCP server that implements Retrieval-Augmented Generation to efficiently retrieve and process important information from various sources, providing accurate and contextually relevant responses.
- Flicense-qualityDmaintenanceRAG-enabled MCP server that uses Google Gemini for embeddings and Supabase for vector storage, enabling semantic search and document similarity matching through natural language queries.
Related MCP Connectors
Cloud-hosted MCP server for durable AI memory
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
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/HarleyVader/llm-toolshed-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server