MCP Quickstart
A basic MCP server from the Quickstart Guide, adapted for OpenAI's Chat Completions API.
MCP Quickstart
Basic MCP server from the Model Context Protocol (MCP) Quickstart Guide adapted to work with the OpenAI chat completions and responses API's
Notes
- MCP configuration
{ "mcpServers": { "weather": { "command": "uv", "args": [ "--directory", "<project_folder>", "run", "weather.py" ] } } }
- MCP inspector was very helpful in troubleshooting basic configuration issues
npx @modelcontextprotocol/inspector
- Claude desktop works fine with this server
- I was not able to make this server work in PyCharm > AI Assistant > Model Context Protocol (MCP)
Links:
Related Servers
Valyu
Access Valyu's knowledge retrieval and feedback APIs.
McpDocServer
An MCP-based server for searching and retrieving development framework documentation, supporting crawling and local file loading.
Rubber Duck MCP
A tool that applies rubber duck debugging techniques to AI development environments.
Ebitengine MCP
A server for Ebitengine games that provides debugging and recording tools by capturing game state.
mcp-server template
A template for creating MCP (ModelContextProvider) servers, configurable via environment variables.
Docker MCP
A Ruby implementation of an MCP server for managing and using Docker
Micronaut Fun
It exposes Micronaut framework documentation and guides as MCP resources, it offers tools to search the docs and prompts to help you write tests and perform tasks in an idiomatic way
Dify MCP HTTP Tools
Fetch and call tools via MCP over HTTP with SSE or Streamable transport. Supports configuration of multiple MCP services.
Code Context MCP Server
Provides code context from local git repositories.
Neovim MCP Server
Connects any MCP client to the Neovim editor for seamless integration and control.