thinkthinking's mcp server
Project description
Think MCP Server
Think MCP Server 是一个基于 MCP 协议的服务器实现,提供了丰富的功能,包括提示词管理、资源管理和工具调用等。
特性
- 跨平台支持 (macOS, Windows, Linux)
- 自动配置文件管理
- 提示词模板系统
- 资源管理
- 工具调用接口
安装
使用 pip 安装
pip install think-mcp-server
使用 uvx 直接运行
uvx run think-mcp-server
从源码安装
git clone https://github.com/thinkthinking/think-mcp-server.git
cd think-mcp-server
pip install -e .
使用方法
配置
首次运行时,Think MCP Server 会自动创建必要的配置文件和目录:
~/.think-mcp-server/config/.env: 环境变量配置~/.think-mcp-server/prompts/: 提示词目录~/.think-mcp-server/resources/: 资源目录
运行服务器
think-mcp-server
在 Windsurf 中配置
在 Windsurf 的 servers_config.json 中添加以下配置:
{
"mcpServers": {
"think-mcp-server": {
"command": "uvx",
"args": [
"run",
"think-mcp-server"
]
}
}
}
开发
安装开发依赖
pip install -e ".[dev]"
运行测试
pytest
许可证
MIT
作者
- 叶震杰 (yezhenjie@outlook.de)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
think_mcp_server-0.4.0.tar.gz
(46.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file think_mcp_server-0.4.0.tar.gz.
File metadata
- Download URL: think_mcp_server-0.4.0.tar.gz
- Upload date:
- Size: 46.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9349ad145d766e26c94a23f8ff7a521eef5df404de6729722f658e2c84ad710
|
|
| MD5 |
074859639f5ced8f6dc076032ac3bcc6
|
|
| BLAKE2b-256 |
4bf13b7a9c1beb826dddda661cefdcd93877f0b8fd6d68e53c0d96345e33f566
|
File details
Details for the file think_mcp_server-0.4.0-py3-none-any.whl.
File metadata
- Download URL: think_mcp_server-0.4.0-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2449058f788500246672660af229577432357611fba54f66abb64f9fe73a240f
|
|
| MD5 |
fe4c855e3f4b11b6a87d842113daf2fe
|
|
| BLAKE2b-256 |
86bc512a15f0e78b5c9067bb04b7d3242980029978243018fb2a7136a8753f1d
|