MCP Catalogs
首页

ThinkWatch

by ThinkWatchProject·868·综合分 54

企业级AI堡垒主机,提供统一代理、访问控制、审计日志、限流和成本跟踪功能。

securitydeveloper-toolsai-llm
17
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

ThinkWatch是一个企业级AI安全网关,为AI API和MCP(模型上下文协议)访问提供统一的安全控制。它作为企业的中央控制平面,对每一次AI API调用和MCP工具调用进行身份验证、授权、速率限制、日志记录和成本核算。该解决方案支持OpenAI、Anthropic、Google Gemini、Azure OpenAI和AWS Bedrock等多种LLM提供商,并能自动转换不同API格式。其MCP网关在连接上游服务时保持最终用户身份,不同于使用共享服务账户的典型代理。

试试问 AI

装完之后,这里有 7 个你可以让 AI 做的事:

:企业级AI使用管理,为开发团队提供统一身份验证和审计跟踪
:跨多个AI提供商的API调用成本控制和预算管理
:基于用户OAuth令牌和RBAC的MCP工具安全访问控制
:AI辅助代码生成和数据访问的监控与合规
:ThinkWatch支持哪些LLM提供商?
:ThinkWatch如何处理MCP认证与其他代理不同?
:我能否将ThinkWatch与现有的AI开发工具(如Cursor或Claude Code)一起使用?

什么时候选它

选择ThinkWatch用于需要跨多个AI提供商和MCP工具统一治理的企业环境,具有全面的审计日志和成本跟踪功能。

什么时候不要选它

不适合简单的个人用例或不需要企业级治理和审计日志的团队。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • github__create_issue

    Create a new GitHub issue with title, body, and labels

  • notion__create_page

    Create a new page in Notion with title and content

  • linear__create_ticket

    Create a new Linear ticket with title, description, and priority

  • slack__send_message

    Send a message to a Slack channel or direct message

  • atlassian__create_issue

    Create a new Jira issue with summary, description, and priority

  • cloudflare__list_zones

    List Cloudflare DNS zones and their configurations

  • gitlab__create_merge_request

    Create a new GitLab merge request with title and description

  • discord__send_message

    Send a message to a Discord channel or direct message

  • google__search

    Perform a Google search and return results

  • postgres__query

    Execute SQL queries against a PostgreSQL database

  • redis__get

    Retrieve a value from Redis by key

  • docker__list_containers

    List Docker containers and their status

说明:Tool names inferred from the MCP Gateway section which lists platforms (GitHub, Notion, Linear, etc.) that MCP tools would connect to. The actual tool names are explicitly mentioned in the format 'platform__action' (e.g., 'github__create_is

可对比工具

portkey-aifireworks-proxyai-gatewaymcp-proxy

安装

安装

ThinkWatch需要Docker和Docker Compose进行部署。按照以下步骤操作:

  1. 克隆仓库:
git clone https://github.com/ThinkWatchProject/ThinkWatch.git
cd ThinkWatch
  1. 启动服务:
docker compose up -d
  1. 通过 http://localhost:3001 访问Web控制台

与Claude Desktop集成

要使用ThinkWatch与Claude Desktop,请更新Claude Desktop配置:

{
  "mcpServers": {
    "thinkwatch": {
      "command": "npx",
      "args": ["@thinkwatch/mcp-server", "--server", "http://localhost:3000"]
    }
  }
}

在Claude Desktop设置中配置您的API密钥或将其设置为环境变量。

FAQ

ThinkWatch支持哪些LLM提供商?
ThinkWatch支持OpenAI、Anthropic、Google Gemini、Azure OpenAI、AWS Bedrock以及任何OpenAI兼容的端点。它可以自动转换不同API格式。
ThinkWatch如何处理MCP认证与其他代理不同?
与使用共享服务账户令牌的典型MCP代理不同,ThinkWatch为每个上游服务维护用户专有的OAuth令牌或PAT(个人访问令牌),在审计日志中提供真正的端到端用户身份。
我能否将ThinkWatch与现有的AI开发工具(如Cursor或Claude Code)一起使用?
是的,ThinkWatch可以作为Cursor、Continue、Cline、Claude Code和OpenAI/Anthropic SDK的直接替代品,在单个端口上提供统一的代理接口。

ThinkWatch 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。