mcp-server-openmetadata
@tpavelek
关于 mcp-server-openmetadata
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"om-glossary-mcp-server": {
"command": "python",
"args": [
"src/server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-server-openmetadata?
A Model Context Protocol (MCP) server that wraps OpenMetadata's REST API, enabling standardized interaction with OpenMetadata through MCP clients.
How to use mcp-server-openmetadata?
Configure via environment variables (token or basic auth) and add to Claude Desktop's claude_desktop_config.json using uvx or uv. Run manually with python src/server.py with optional --port and --transport flags.
Key features of mcp-server-openmetadata
- Implements MCP protocol for OpenMetadata integration
- Supports token-based and basic authentication
- Provides CRUD operations for tables (list, get, create, update, delete)
- Runs via stdio (default) or SSE transport
- Configurable server port (default 8000)
Use cases of mcp-server-openmetadata
- Manage OpenMetadata tables through MCP clients like Claude Desktop
- Automate metadata operations using standardized MCP tools
- Integrate OpenMetadata into larger MCP-based workflows
FAQ from mcp-server-openmetadata
What is MCP?
MCP stands for Model Context Protocol, a standardized protocol for interacting with external systems. This server wraps OpenMetadata's REST API to expose it via MCP.
How do I authenticate to OpenMetadata?
Set OPENMETADATA_HOST and either OPENMETADATA_JWT_TOKEN (recommended) or OPENMETADATA_USERNAME and OPENMETADATA_PASSWORD as environment variables.
What features are currently implemented?
Only table operations are implemented: list, get (by ID and name), create, update, and delete. All other endpoints (databases, services, teams, users, search, tags, lineage, glossaries, usage) are not yet available.
How do I run the server manually?
Run python src/server.py with optional --port (default 8000) and --transport (stdio or sse, default stdio).
What transports are supported?
The server supports both stdio (default) and SSE transport types.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论