We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/notbnull/mcp-rag-context'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test-server.sh•330 B
#!/bin/bash
# Test script for RAG Context MCP Server
echo "Starting RAG Context MCP Server..."
echo "Data directory: ${RAG_CONTEXT_DATA_DIR:-~/.rag-context-mcp}"
echo ""
# Set test data directory if not set
export RAG_CONTEXT_DATA_DIR=${RAG_CONTEXT_DATA_DIR:-"$HOME/.rag-context-mcp-test"}
# Run the server
node dist/index.js