Skip to main content
Glama

MCP-toolhouse

MCPツールハウス

これは、 Toolhouseプラットフォームのツールへのアクセスを提供するモデル コンテキスト プロトコル (MCP) サーバーです。

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Toolhouse を自動的にインストールするには:

npx -y @smithery/cli install @SecretiveShell/MCP-toolhouse --client claude

手動設定

json を次のように設定します。

{ "mcpServers": { "MCP-Toolhouse": { "command": "uv", "args": ["run", "mcp-toolhouse"], "env": { "TOOLHOUSE_API_KEY": "th-******************_*****_******************", "TOOLHOUSE_BUNDLE": "toolhouse-bundle-name", "PYTHONUTF8": "1" } } } }

一部のツールを Windows で動作させるには、Python UTF8 環境が必要です。

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

toolhouse.ai用のMCPサーバー。公式サーバーとは異なり、外部LLMに依存しません。

  1. インストール
    1. Smithery経由でインストール
    2. 手動設定

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A production-ready MCP server built with FastAPI, providing an enhanced tool registry for creating, managing, and documenting AI tools for Large Language Models (LLMs).
    Last updated -
    32
    Python
  • -
    security
    A
    license
    -
    quality
    An MCP server implementation that standardizes how AI applications access tools and context, providing a central hub that manages tool discovery, execution, and context management with a simplified configuration system.
    Last updated -
    12
    Python
    MIT License
  • A
    security
    F
    license
    A
    quality
    An MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.
    Last updated -
    11
    64
    62
    TypeScript
    • Linux
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SecretiveShell/MCP-toolhouse'

If you have feedback or need assistance with the MCP directory API, please join our Discord server