#!/bin/bash
# Start the MCP Outline server.
# Primarily used during development to make it easier for Claude to access the server living inside WSL2.
# Activate virtual environment if it exists
if [ -d ".venv" ]; then
source .venv/bin/activate
fi
export $(grep -v '^#' .env | xargs)
# Run the server in development mode
python src/mcp_outline/server.py
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/Vortiago/mcp-outline'
If you have feedback or need assistance with the MCP directory API, please join our Discord server