MCP.so
登录

Reference

@weyseing

关于 Reference

暂无概览

基本信息

分类

记忆与知识

运行时

python

传输方式

stdio

发布者

weyseing

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Reference?

Reference is an MCP server defined by the linked GitHub repository (techwithtim/PythonMCPServer) and demonstrated in a YouTube video. It is intended as a Python-based reference MCP server that can be registered with local MCP clients.

How to use Reference?

Install uv using the provided command for your OS. Then, from the repository directory, run uv run mcp install .\main.py to register the script as a local MCP server. After registration, restart Claude Desktop if using it as the client.

Key features of Reference

  • Setup via the uv package manager
  • Registers as an MCP server for local clients
  • Single-file Python script (main.py)

Use cases of Reference

FAQ from Reference

How do I install Reference?

Install uv first (curl for Linux/macOS, iwr for Windows PowerShell), then run uv run mcp install .\main.py from the repository folder.

Do I need to restart my client after registering?

Yes, for Claude Desktop you must restart the application after running the installation command.

What is the main script for the server?

The main script is main.py located in the current directory where the install command is executed.

评论

记忆与知识 分类下的更多 MCP 服务器