Skip to main content
Glama

REE MCP Server

by ESJavadex
INSTALL_COMMAND.sh820 B
#!/bin/bash # Command to add REE MCP Server to Claude Code using add-json # # IMPORTANT: Replace YOUR_REE_API_TOKEN_HERE with your actual API token # You can find it in the .env file or get one from REE (consultasios@ree.es) # Load API token from .env file if [ -f .env ]; then export $(grep -v '^#' .env | xargs) fi if [ -z "$REE_API_TOKEN" ]; then echo "Error: REE_API_TOKEN not found in .env file" echo "Please create a .env file with: REE_API_TOKEN=your_token_here" exit 1 fi claude mcp add-json ree-mcp "{ \"command\": \"$(pwd)/venv/bin/python\", \"args\": [\"-m\", \"ree_mcp\"], \"env\": { \"REE_API_TOKEN\": \"$REE_API_TOKEN\" } }" echo "" echo "✅ REE MCP Server added to Claude Code!" echo "Please restart Claude Code to load the server." echo "" echo "To verify, run: claude mcp list"

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/ESJavadex/ree-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server