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
README.md•740 B
# OParl MCP Server Documentation
This directory contains the Jekyll-based documentation for the OParl MCP Server project.
## Local Development
To run the documentation locally:
```bash
cd docs
bundle install
bundle exec jekyll serve --baseurl=""
```
Then open [http://localhost:4000](http://localhost:4000) in your browser.
## Structure
- `_config.yml` - Jekyll configuration
- `_pages/` - Documentation pages organized by section
- `_layouts/` - Custom page layouts
- `_includes/` - Reusable components
- `index.md` - Homepage
## Deployment
The documentation is automatically built and deployed to GitHub Pages when changes are pushed to the main branch.
The site will be available at: https://jtwolfe.github.io/oparl-mcp-server