Token导航 LogoToken导航TokenDH.com
Geekshacking MCP logo
开发工具stdio官方级别未说明来源级核验

Geekshacking MCP

MCP Server

一个用于配置Python开发环境的工具,包括Python、NodeJS、Git和Visual Studio Code的安装与设置。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
开发工具PythonClaudeClaudeCline

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Akimori-236

提供方

Akimori-236

最后核验

2026/5/17 20:22

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

Python - please install or upgrade your Python runtime to 3.12 or greater

详细介绍

古怪的mcp

本次研讨会假设您熟悉Python。

软件安装

Python - please install or upgrade your Python runtime to 3.12 or greater

There are different installation options for Mac and Windows. Please use the distribution you are familiar with

NodeJS - Version 22 or greater

https://nodejs.org/en/download

Git
uv - Extremely fast Python package and project manager

https://docs.astral.sh/uv/getting-started/installation/

An IDE or editor capable of editing Python source

The workshop will be conducted using Visual Studio Code (https://code.visualstudio.com/download)

设置 Python环境

使用您安装的发行版为研讨会创建Python环境,例如使用Conda或virtualenv。创建后激活环境并检查Python版本(3.12.x),可以使用

    python --version

    python3 --version

您应该看到类似以下内容的输出

节点环境

打开终端,键入以下命令以验证是否已安装NodeJS

Git

注意:如果您安装了git,则可以跳过此步骤

如果你没有公共Git仓库,请访问GitHub或GitLab创建一个。

使用您的用户名和电子邮件配置Git

    git config --global user.name "Your Name"

    git config --global user.email your_email@example.com

Visual Studio Code

如果您正在使用VSC,请安装以下扩展

Python - https://marketplace.visualstudio.com/items?itemName=ms-python.python
Python Debugger - https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy
Python Environment - https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-python-envs
Pylance - https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance
Cline - https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev

克莱恩

安装Cline后,重新启动VSC并单击左侧菜单栏上的Cline图标。按照说明注册Cline。看https://docs.cline.bot/getting-started/installing-cline.

现在,您需要配置LLM提供程序。看https://docs.cline.bot/getting-started/selecting-your-model.

您可以使用免费型号或配置其他提供程序。请参阅关于“免费模特”的通知框,该通知框受免费积分的约束。我的建议是使用替代提供商,这样当你用完免费积分时,你就不会受到干扰。通过资助最低金额(5美元),使用OpenAI、Gemini或Anthropic。一旦你资助了你的LLM账户,创建一个API密钥并将其添加到Cline。看https://docs.cline.bot/getting-started/selecting-your-model#quick-开始%3A选择您的提供商。

车间工作区

为这个研讨会创建一个目录,例如geekshacking mcp

将以下文件复制到车间目录中

https://drive.google.com/file/d/1agUEwpR5Za9z6ljb4_ZO3md6KXM8M-g9/view?usp=drive_link

将目录初始化为Git仓库,提交更改并将其推送到您最喜欢的Git仓库。

RUN-UVX

uvx --from "git+https://github.com/Akimori-236/geekshacking-mcp.git" todo_mcp

  • fastmcp dev todo_mcp.py MCP检查员现场
  • fastmcp run todo_mcp.py

目录标签

目录标签

开发工具PythonClaudePython开发本地部署环境配置IDE设置

支持客户端

ClaudeCline

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP