Skip to main content
Glama
quickstart.md1.22 kB
--- layout: page title: "Quick Start" description: "Get up and running with OParl MCP Server in minutes" permalink: /getting-started/quickstart/ --- <div align="center"> # 🚀 Quick Start <img src="../../assets/images/oparl-logo.png" alt="OParl Logo" width="60" height="60" style="margin-right: 15px;"> <img src="../../assets/images/fastmcp-logo.png" alt="FastMCP Logo" width="120" height="50"> **Get up and running with OParl MCP Server in minutes** </div> ## Installation ```bash pip install oparl-mcp-server ``` ## Basic Usage ```python from oparl_mcp import OParlMCPServer, OParlConfig # Create server with default configuration config = OParlConfig() server = OParlMCPServer(config) # Run the server server.run() ``` ## Docker Usage ```bash docker run -p 8000:8000 oparl-mcp-server:latest ``` ## Configuration Set environment variables for custom configuration: ```bash export OPARL_BASE_URL="https://api.oparl.org" export OPARL_API_KEY="your-api-key" export OPARL_TIMEOUT="30.0" ``` ## Next Steps - [Configuration Guide]({{ '/getting-started/configuration' | relative_url }}) - [User Guide]({{ '/user-guide/overview' | relative_url }}) - [API Reference]({{ '/api/server' | relative_url }})

Latest Blog Posts

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/jtwolfe/oparl-mcp-server'

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