streamable-httpupdated 2mo ago
The public home for BaseThread's Model Context Protocol server , its registry manifest, install guide, and security page.
basethread 能做什么?
BaseThread MCP
The public home for BaseThread's Model Context Protocol server , its registry manifest, install guide, and security page.
BaseThread is one shared context your whole team's AI tools read and write over MCP. Claude Code, Cursor, ChatGPT, Windsurf, and Copilot each read the relevant slice of a shared, company-structured context graph at the start of a session and write activity, decisions, and tasks back as work happens , so no one re-explains the project and answers stop contradicting. Free to start, no card.
Connect
The server is hosted (remote, streamable-HTTP + OAuth) , no local install needed:
claude mcp add --transport http basethread https://mcp.basethread.ai/mcp
Or add https://mcp.basethread.ai/mcp in any MCP client that supports remote servers. Full instructions
for every client, plus the tool list: llms-install.md.
In this repo
- server.json , the Official MCP Registry manifest (
ai.basethread/basethread). - llms-install.md , agent-readable install + configuration guide.
- Security & privacy , the canonical security page (access model, OAuth, tenancy). Mirrored in SECURITY.md.
- PUBLISHING.md , how the registry listing is published and republished.
Links
- Product: https://basethread.ai
- App: https://app.basethread.ai
- Live demo (no signup): https://app.basethread.ai/demo
- MCP endpoint: https://mcp.basethread.ai/mcp
安装
把 basethread 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http basethread https://mcp.basethread.ai/mcpcodex mcp add basethread --url https://mcp.basethread.ai/mcp{
"mcpServers": {
"basethread": {
"url": "https://mcp.basethread.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"basethread": {
"type": "http",
"url": "https://mcp.basethread.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"basethread": {
"url": "https://mcp.basethread.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"basethread": {
"serverUrl": "https://mcp.basethread.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档22/25
- 维护16/25
- 可信度6/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 54 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月8日 |