We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mazchoo/RooCode-RAG-Lookup'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run_rag_lookup.bat•214 B
@echo off
REM Batch file to run the MCP tool
REM This can be placed in a folder that's in your PATH
if not defined PYTHON_PATH (
echo PYTHON_PATH is not set!
exit /b 1
)
"%PYTHON_PATH%" "%~dp0mcp_tool.py" %*