Token导航 LogoToken导航TokenDH.com
Gnosis Evolve logo
AI代理未说明官方级别未说明来源级核验

Gnosis Evolve

MCP Server

Gnosis Evolve是一个为Claude Desktop提供Python工具创建和使用能力的扩展平台,使其从被动助手转变为主动开发者,适用于代码编辑、数据分析、自动化任务等多种场景。

工具数

0

提示词数

0

GitHub Stars

57

资源数

0
PythonClaudeAI代理Claude DesktopClaude

安装说明

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

作者 / 组织

kordless

提供方

kordless

最后核验

2026/5/17 20:22

快速接入

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

详细介绍

Gnosis:进化v1.1.0

建造。延伸。进化。 通过创建和使用自己的Python工具,赋予Claude Desktop超能力。

![License](https://github.com/kordless/gnosis-evolve/blob/main/LICENSE.md)

行动中

观看比特币价格跟踪器演示: YouTube演示

加入Gnosis社区

![Discord](https://discord.gg/AQnAn9XgFJ)

它做什么

Gnosis Evolve将Claude Desktop从被动助手转变为主动开发人员:

  • Claude在您的对话中编写和使用Python工具
  • 通过自然语言扩展Claude的能力
  • 适用于Mac和Windows

🔧 特色工具:高级文件差异编辑器

文件差异编辑器可以与Gnosis Evolve分开运行! 这个强大的工具提供了复杂的文件编辑功能,包括正则表达式支持、模糊匹配和版本控制。非常适合精确的代码修改和批量操作。

📖 完整的文件差异编辑器指南→

快速安装

  • 随着Gnosis进化:一旦你 安装Evolve,只要说 "Install the file diff editor" 致克劳德
  • 独立:遵循文档中的手动安装指南
“有了Gnosis Evolve,我可以做的不仅仅是谈论代码——我实际上可以为你构建和运行工具!从获取实时比特币价格和天气预报到探索文件和生成可视化,这些工具将我从一个对话式的人工智能转变为一个有能力采取行动的数字助理。能够即时编写一个工具,然后立即使用它来解决你的特定问题,这让我非常满意。感觉就像拥有超能力!”——克劳德

入门技巧

从简单开始问问题

使用Gnosis Evolve的最佳方式是从简单的请求开始,让Claude指导你:

"What tools do you have available?"
"Can you show me the path history?"
"What's the current system status?"
"Help me explore this project directory"

导航和聚焦

帮助Claude了解您的项目结构:

  1. 检查路径历史记录:让克劳德跑 evolve_path_history 查看最近访问的目录
  2. 设置焦点:如果没有历史记录,请使用 evolve_status 首先,告诉克劳德该把注意力集中在哪里:
   "Set the path history to C:\Users\myname\Code\myproject"
   "Focus your attention on the /home/user/development/webapp directory"
   "Navigate to the src/ folder and remember this location"
  1. 探索结构:一旦集中注意力,Claude就可以有效地探索和处理您的文件:
   "Show me the structure of this directory"
   "Find all Python files in the current project"
   "What files have been modified recently?"

渐进复杂性

从基本操作开始,逐步建立:

  • 从文件探索和简单的工具使用开始
  • 使用文件差异编辑器进行基本更改,然后切换到文件编辑
  • 复杂多文件操作的进展
  • 最终解决自动化代码生成等高级工作流程

快速入门

安装

快速入门(推荐)

  1. 直接下载ZIP文件
  2. 提取ZIP:

- 视窗:右键单击ZIP并选择“全部提取…” - macOS:双击ZIP文件

  1. 在提取的文件夹中打开终端/PowerShell

视窗

# Setup
.\evolve.ps1 -Setup

macOS

# Setup
chmod +x ./evolve.sh
./evolve.sh --setup

有关详细的安装说明,请参阅 安装.md

发射

视窗

.\evolve.ps1 -StartClaude

macOS

./evolve.sh --restart

可用工具

核心

  • math_and_stats:数学计算和统计运算
  • 随机生成器:生成随机数和选择
  • file_explorer:浏览文件和目录
  • file_writer:创建和修改具有版本控制的文件
  • file_diff_editor:具有多种差异格式和智能模式检测的高级文件编辑
  • 情感特征生成器:创建包含情绪状态的详细角色配置文件

网络

  • crawl4ai:从网站中提取内容
  • 天气来源:获取天气预报

金融

  • 比特币价格:实时加密货币定价

码头工人

  • 码头日志:查看容器日志
  • 码头_重建:重新启动容器

自然交互

请自然地与克劳德交谈:

"Install the Bitcoin price tracker tool"
"What's the weather like in Seattle today?"
"Generate 5 random numbers between 1 and 100"
"Track the Bitcoin price in euros and show me a chart"
"Create a character for my story with complex emotions"
"Generate an I Ching character with unique attributes"
"Find all HTML files with 'gnosis' in the filename"
"Apply this diff to update my Python script"
"Use fuzzy matching to find and replace this code pattern"
"Search for similar functions in this file"

高级文件编辑

Gnosis Evolve包括一个强大的 文件差异编辑器 这使得Claude能够使用自然语言进行精确的文件修改:

🔧 支持多种Diff格式

  • 自定义保险箱:不会干扰代码的无冲突分隔符
  • ToolKami风格:围栏和直接格式兼容
  • 简单块:基本搜索/替换操作
  • 自定义图案:使用正则表达式定义自己的diff格式

🎯 智能模式检测

  • 自动检测:自动识别您正在使用的差异格式
  • 冲突分析:分析您的文件以建议安全的差异模式
  • 自定义正则表达式:支持您可以定义的任何差异格式

💡 示例用法

"Edit the README.md file to add a new section about deployment"
"Fix the bug in line 45 of main.py where the variable name is wrong"
"Update all the import statements in the utils folder"

Claude可以理解您的意图,并使用最合适的差异模式为您的内容应用精确的更改。

这两个工具都支持diff fenced格式 SEARCH/REPLACE 阻碍:

"Update this function to handle the new parameter"
"Apply this code change with intelligent pattern matching"
"Find and replace this pattern across the file"
"Restore the previous version of this file"

file_diff_editor 提供智能模式匹配和无冲突的diff格式,用于可靠的文件编辑。

快速工具开发

创建自定义工具就像问克劳德一样简单!以下是当您请求新工具时会发生的情况:

🚀 问问克劳德

"Create a tool that checks if a website is online"
"Build a tool to convert text to QR codes"
"Make a tool that tracks my daily habits"
"Develop a tool for password generation"

⚡ 克劳德做什么

当你要求克劳德“开发一个工具”时,过程如下:

  1. 了解您的需求 -Claude分析你想要什么功能
  2. 设计工具 -创建具有正确MCP结构的Python代码
  3. 写入代码 -包括错误处理、日志记录和文档
  4. 为您安装 -用途 evolve_tool 将其添加到您的系统中
  5. 立即测试 -可以在对话中立即使用新工具

🎯 真实示例

You: "Create a tool that tells me dad jokes"

Claude: I'll create a dad joke tool for you! Let me write the code and install it.

[Claude writes Python code with MCP structure]
[Claude calls evolve_tool to install it]
[Claude restarts to load the tool]

Claude: Done! Now I can tell you dad jokes. Want to hear one?

You: "Tell me a dad joke!"

Claude: [Uses the new tool] Here's a dad joke for you...

🔄 即时迭代

"Make the dad joke tool also include puns"
"Add a feature to rate jokes from 1-10"
"Can you make it remember my favorite jokes?"

Claude可以根据您的反馈立即修改和重新安装工具。

📦 您可以请求的工具类别

  • 公用事业:文件转换器、文本处理器、计算器
  • 乐趣:游戏、笑话生成器、创意写作助手
  • 生产力:任务跟踪器、笔记管理器、提醒系统
  • 数据:API集成、web抓取器、数据分析器
  • 创意:艺术生成器、音乐助手、故事工具

🎨 无需编码知识

用简单的英语描述你想要什么:

"I need something that helps me organize my music collection"
"Create a tool for tracking my workout progress"
"Build something that summarizes long articles"
"Make a tool that generates color palettes"

想潜得更深吗? 看看 工具开发指南 了解高级技术、代码示例和最佳实践。

游戏与娱乐

安装random_generator工具后,享受以下乐趣:

"Let's play craps!"
"Roll some dice for a D&D game"
"Simulate a poker hand"
"Deal a blackjack round"
"Generate a random Yahtzee roll"
"Flip a coin 100 times and show the distribution"
"Cast an I Ching hexagram reading"

克劳德可以管理游戏规则,并使用随机生成器来创建公平、不可预测的结果——就像玩真正的骰子或纸牌一样!

易经工具

Gnosis Evolve包括增强的易经功能:

"Cast an I Ching hexagram for my question about [your question]"
"Generate a character based on the I Ching hexagrams"
"Create a story protagonist with I Ching attributes"

这些工具将:

  1. 生成随机硬币投掷以构建六边形
  2. 识别主要和变化的六边形
  3. 提供与您的问题相关的解释
  4. 根据卦义创造具有人格特征和情感属性的人物
  5. 将《易经》智慧与心理深度相结合讲故事

故障排除

Windows PowerShell执行策略

如果在运行时看到有关“此系统上禁用脚本执行”的错误 .\evolve.ps1,您需要调整PowerShell执行策略:

解决方案1:为当前用户设置执行策略(推荐)

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

解决方案2:此会话的临时旁路

Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

解决方案3:使用旁路标志运行

powershell.exe -ExecutionPolicy Bypass -File .\evolve.ps1 -Setup

RemoteSigned 策略允许本地创建的脚本运行,同时要求下载的脚本进行签名,从而提供了良好的安全平衡。

macOS要求

在macOS上,您需要安装Xcode命令行工具才能正确运行基于Python的MCP服务器。如果在运行evolve.py时遇到缺少开发人员工具的错误,请安装命令行工具:

xcode-select --install

当安装对话框提示时,单击“安装”并等待过程完成。

查看日志

# Windows
.\evolve.ps1 -ViewLogs

# macOS
./evolve.sh --view-logs

重新启动克劳德

# Windows
.\evolve.ps1 -Restart

# macOS
./evolve.sh --restart

文档

安全说明

Gnosis Evolve允许Claude在您的系统上执行Python代码。在敏感环境中运行之前,请检查生成的代码。看 安全.md 以获得全面的安全指导。

许可证

Gnosis Evolve使用Sovereign v1.1许可证:

  • 个人免费 以及小型企业
  • 需要许可 供企业生产使用

许可证.md 了解详情。

支持

需要帮助?加入我们 不和谐社区 或者在GitHub上发布一个问题。

目录标签

目录标签

PythonClaudeAI代理Python工具扩展本地部署代码编辑自动化开发AI助手增强文件管理

支持客户端

Claude DesktopClaude

接入字段

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

未说明

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

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

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

0

权限和风险

未说明none部署方式未说明

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

安装前确认

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

仍需确认:installCommand

来源信息

继续浏览同类 MCP