这是一个强大的多功能个人助手服务器,集成了 Google Calendar、Obsidian Vault、Trello 等多种服务,还具备网页解析功能,能为用户提供高效便捷的服务体验。
神经元 MCP 服务器是一款集成多种服务的多功能个人助手服务器。使用前,需确保满足先决条件并完成安装配置。
git clone https://github.com/yourusername/neuron-mcp.git
cd neuron-mcp
poetry install
.env 文件,填写对应的 API 凭证和路径信息。poetry run start
# 示例 .env 文件内容
GOOGLE_CREDENTIALS_PATH=/path/to/credentials.json
GOOGLE_TOKEN_PATH=/path/to/token.json
GOOGLE_API_KEY=your_api_key_here
GOOGLE_CX_ID=your_cx_id_here
OBSIDIAN_VAULT_PATH=/path/to/obsidian vault
OBSIDIAN_DEFAULT_FOLDER=/path/to/default folder
TRELLO_API_KEY=your_trello_api_key
TRELLO_TOKEN=your_trello_token
LOG_PATH=/path/to/logfile.log
SEMANTIC_SEARCH_ENABLED=True
SIMILARITY_THRESHOLD=0.5
EMBEDDINGS_PATH=/path/to/embeddings.json
MODEL_TOKEN_LIMIT=4096
CHUNK_SIZE_TOKENS=1024
为了启用语义搜索功能,需在 Obsidian 中安装并配置 Vector Search 插件。完成插件设置后,会生成一个嵌入文件位于 .obsidian/plugins/vector-search/data.json。
git checkout -b feature/your-feature-name
git commit -m '添加或改进某项功能'
git push origin feature/your-feature-name