mcp-server-opensearch MCP server
@gowtham3105
About mcp-server-opensearch MCP server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp_server_opensearch": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
1Adds a new note to the server
Overview
What is mcp-server-opensearch?
mcp-server-opensearch is an MCP (Model Context Protocol) server project that implements a simple note storage system. It provides resources, prompts, and tools for managing notes, and is designed to be run with uv/uvx and configured for use with Claude Desktop.
How to use mcp-server-opensearch?
Configure the MCP server in Claude Desktop’s configuration file (claude_desktop_config.json). For development use, set the command to uv with the project directory. For published use, set the command to uvx with the package name. The server can be built and published to PyPI using uv build and uv publish.
Key features of mcp-server-opensearch
- Custom
note://URI scheme for accessing individual notes - Each note resource has name, description, and text/plain mimetype
- A
summarize-notesprompt with optional “style” argument - An
add-notetool that takes “name” and “content” as required arguments - Server state updates and notifies clients of resource changes
- Debugging support via the MCP Inspector
Use cases of mcp-server-opensearch
- Storing and retrieving personal notes through an MCP client
- Summarizing all stored notes with configurable detail level
- Adding new notes programmatically via the
add-notetool - Testing and developing MCP server functionalities locally
FAQ from mcp-server-opensearch
How do I configure mcp-server-opensearch in Claude Desktop?
On macOS, edit ~/Library/Application Support/Claude/claude_desktop_config.json; on Windows, edit %APPDATA%/Claude/claude_desktop_config.json. Add an entry under mcpServers with the command and arguments (either for development or published versions).
How do I add a note using the server?
Call the add-note tool with two required string arguments: name and content. The tool updates the server state and notifies clients of resource changes.
How do I debug mcp-server-opensearch?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory <path> run mcp-server-opensearch and accessing the provided URL in your browser.
How do I build and publish the server?
Sync dependencies with uv sync, build distributions with uv build, and publish to PyPI with uv publish. Set PyPI credentials via --token or environment variables.
More Databases MCP servers
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
Snowflake MCP Server
isaacwassermanRedis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
Comments