MCP
@edonyzpc
MCP について
Personal MCP Server for LLM
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-edonyzpc": {
"command": "uv",
"args": [
"init",
"--python=3.10",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP?
MCP is a collection of Model Context Protocol servers and clients designed for use with large language models. It includes a weather server for US weather data and an SSE-based server and client for demonstration purposes.
How to use MCP?
Initialize a project with uv init --python=3.10 ., create a virtual environment with uv venv and activate it, then install dependencies using uv add dashscope httpx mcp python-dotenv langchain langchain-core langchain-mcp-adapters langchain-community langgraph. Create servers under servers/ and clients under clients/. Run the SSE server with uv run sse --port 8000, the SSE client with uv run sse-client, and the weather client with uv run ./clients/mcp-client/client.py ./servers/weather-server-mcp/weather.py.
Key features of MCP
- Weather server for US weather data
- SSE-based server and client demo
- MCP client for interacting with weather server
- Inspector tool for MCP server debugging
- Uses uv for project management
Use cases of MCP
- Query US weather data using an LLM host (e.g., OpenCat)
- Run a Model Context Protocol server over SSE
- Build custom MCP clients and servers for LLM integration
- Debug and inspect MCP servers with the inspector tool
FAQ from MCP
What dependencies are required?
Install dependencies with uv add dashscope httpx mcp python-dotenv langchain langchain-core langchain-mcp-adapters langchain-community langgraph.
How do I run the SSE server?
Run uv run sse --port 8000.
How do I run the weather client?
Run `uv run ./clients/mcp-client/client.py ./servers/weather-server-mcp
「その他」の他のコンテンツ
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント