openapi-servers
OpenAPI tool server that enables developers to easily integrate external tools and data sources into LLM agents and workflows.
- Type
- MCP
- Transport
- http
- Open source
- Yes
- GitHub Stars
- ★ 1.0k
- Source
- mcp-github
- Repository
- github.com/open-webui/openapi-servers
Overview
OpenAPI Tool Servers provide reference implementations that allow developers to seamlessly and securely integrate external tools and data sources into LLM agents and workflows. By leveraging the widely adopted OpenAPI specification, they eliminate the need for proprietary or unfamiliar communication protocols, enabling rapid server development or integration. These implementations support REST APIs and OpenAPI standards, offer strong security, and are easy to deploy and host. Ideal for developers looking to integrate external tools and data sources into AI applications.
Capabilities
- ▪Manage local file operations
- ▪Access Git repositories
- ▪Persistent memory management and knowledge querying
- ▪Provide weather information
- ▪Retrieve user information
- ▪Connect to SQL databases and generate queries
Use cases
Setup
git clone https://github.com/open-webui/openapi-servers; cd openapi-servers/servers/filesystem; pip install -r requirements.txt; uvicorn main:app --host 0.0.0.0 --reload
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How do I get started?
After cloning the repository and installing dependencies, run the example server.
What protocols are supported?
Supports HTTP/REST APIs and OpenAPI standards.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
bioSkills
A skill set for AI coding agents performing bioinformatics tasks.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.