Skip to main content
Glama

AI Meta MCP Server

AIメタMCPサーバー

AIモデルがメタ関数アーキテクチャを通じて独自のカスタムツールを作成・実行できるようにする動的MCPサーバー。このサーバーは、実行時にカスタム関数を定義することでAIが独自の機能を拡張できるメカニズムを提供します。

特徴

  • 動的ツール作成: AIはカスタム実装で新しいツールを定義できます
  • 複数のランタイム環境: JavaScript、Python、シェル実行のサポート
  • サンドボックスセキュリティ: 安全のため、ツールは隔離されたサンドボックス内で実行されます
  • 永続性: セッション間でカスタムツール定義を保存および読み込みます
  • 柔軟なツールレジストリ: カスタムツールの管理、一覧表示、更新、削除
  • 人間の承認フロー: ツールの作成と実行には明示的な人間の承認が必要

セキュリティに関する考慮事項

⚠️警告:このサーバーは動的なコード実行を許可しています。注意して使用し、信頼できる環境でのみ使用してください。

  • すべてのコードはサンドボックス環境で実行される
  • ツールの作成と実行には人間による承認が必要
  • ツール実行権限は環境変数で設定可能
  • すべての操作の監査ログ

インストール

npm install ai-meta-mcp-server

使用法

サーバーの実行

npx ai-meta-mcp-server

構成

環境変数:

  • ALLOW_JS_EXECUTION : JavaScript の実行を有効にする (デフォルト: true)
  • ALLOW_PYTHON_EXECUTION : Python の実行を有効にする (デフォルト: false)
  • ALLOW_SHELL_EXECUTION : シェルの実行を有効にする (デフォルト: false)
  • PERSIST_TOOLS : セッション間でツールを保存する (デフォルト: true)
  • TOOLS_DB_PATH : ツールデータベースを保存するパス (デフォルト: "./tools.json")

Claude Desktopで実行

これをclaude_desktop_config.jsonに追加します:

{ "mcpServers": { "ai-meta-mcp": { "command": "npx", "args": ["-y", "ai-meta-mcp-server"], "env": { "ALLOW_JS_EXECUTION": "true", "ALLOW_PYTHON_EXECUTION": "false", "ALLOW_SHELL_EXECUTION": "false" } } } }

ツール作成例

Claude Desktop では、次のような新しいツールを作成できます。

Can you create a tool called "calculate_compound_interest" that computes compound interest given principal, rate, time, and compounding frequency?

Claude は、 define_functionメタツールを使用して、すぐに使用できるようになる新しいツールを作成します。

建築

サーバーはモデルコンテキストプロトコル (MCP) を実装し、安全な境界内で AI 駆動型関数の登録と実行を可能にするメタツール アーキテクチャを提供します。

ライセンス

マサチューセッツ工科大学

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

AI モデルがメタ関数アーキテクチャを通じて独自のカスタム ツールを動的に作成および実行できるようにし、サンドボックス化されたセキュリティと人間の承認フローを備えた JavaScript、Python、および Shell ランタイムをサポートします。

  1. 特徴
    1. セキュリティに関する考慮事項
      1. インストール
        1. 使用法
          1. サーバーの実行
          2. 構成
          3. Claude Desktopで実行
        2. ツール作成例
          1. 建築
            1. ライセンス

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                Provides code manipulation, execution, and version control capabilities. It allows AI assistants to read, write, and execute code while maintaining a history of changes.
                Last updated -
                9
                Python
                MIT License
              • A
                security
                A
                license
                A
                quality
                An AI-powered automation tool development platform that provides modular architecture with tool hot-reloading, enterprise-grade integration capabilities, and real-time updates with zero-downtime deployment.
                Last updated -
                17
                5
                TypeScript
                MIT License
                • Apple
              • -
                security
                F
                license
                -
                quality
                Allows AI models to run JavaScript/TypeScript code through Model Context Protocol tool calls, supporting both one-time script execution and stateful REPL sessions with npm package integration.
                Last updated -
                TypeScript
              • -
                security
                F
                license
                -
                quality
                Enables AI tools to interact with your browser for enhanced frontend development, providing context-rich capabilities like API call analysis, screenshot capture, element inspection, and API testing with automatic authentication.
                Last updated -
                3
                JavaScript

              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/alxspiker/ai-meta-mcp-server'

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