Skip to main content
Glama

Pyrus AI エコシステム — MCP インフラストラクチャ

このリポジトリは、Pyrus MCP インフラストラクチャサービスとその支援AIエンジニアリングチームの実装および運用管理の拠点です。また、今後の Knowledge MCP のアーキテクチャ仕様とロードマップも含まれています。これは独立したデータストアとライフサイクルを持つ別のサービスです。

製品境界

AI clients / employees
        |
        +---------------------+
        |                     |
        v                     v
   Pyrus MCP             Knowledge MCP
   Pyrus actions         canonical knowledge
        |                     |
        v                     v
     Pyrus API          PostgreSQL/pgvector
        ^                     ^
        |                     |
        +------- PyrusBot ----+
             orchestration

Pyrus MCP

承認された従業員/AIホストがMCP経由でPyrus操作を実行できるようにする、プロダクション向けの外部サービスです。独立してデプロイ可能であり、開発者ワークステーションに依存してはなりません。

Knowledge MCP

正規のバージョン管理されたドキュメント、証拠/系統、セマンティック埋め込み、ハイブリッド検索、およびPyrus MCPを介したPyrus Knowledge Baseへの管理された公開のための、独立したMCPサービスです。

PyrusBot

将来のオーケストレーション/アプリケーションレイヤーであり、両方のMCPを利用します。後日、チャットボット、CLI、Webユーティリティ、IDEアダプターになる可能性がありますが、インフラストラクチャの契約は変更されません。

Related MCP server: MCP Gateway

現在の優先順位

Pyrus MCP のプロダクション準備が最優先です。 Knowledge MCP は並行して仕様化されますが、その契約が承認された後に実装されます。PyrusBot の統合は、安定したインフラストラクチャ契約に続いて行われます。

規範文書

  • IMPLEMENTATION_PLAN.md — 規範的な実装入門ポイント。

  • docs/architecture/system-architecture-v2.md — 完全なシステムアーキテクチャ。

  • docs/architecture/contracts-v2.md — MCP、Pyrus API、セキュリティ、Webhook、Knowledge の契約。

  • docs/planning/production-roadmap-v2.md — フェーズロードマップと並列化ルール。

  • tasks/registry.yaml — 所有者、レビュアー、ゲート、依存関係を含む実行可能なタスクグラフ。

  • contracts/pyrus-tool-catalog.yaml — 復元可能なレガシー互換性カタログ。現在、レガシー証拠が復元されるまでブロックされています。

  • docs/qa/gates.md — マージ/リリース/プロダクション受け入れゲート。

  • docs/ai-team/agent-registry.yaml — エンジニアリングの役割と権限。

現在の重大なブロッカー

  1. 以前の計画では pyrus_mcp_tools_spec.jsoninventory.json が参照されていましたが、現在のリポジトリにはそれらの成果物が存在しません。1対1のパリティを宣言する前に、正確なレガシー契約を復元する必要があります。

  2. 表示されている計画には「61のツール」とありますが、現在表示されているグループ化されたリストは独立してその数と一致しません。したがって、正確なレガシー数と名前はP0契約復旧タスクです。

  3. 単一の SERVER_AUTH_TOKEN は、マルチユーザープロダクション認証モデルとして適切ではありません。目標は、MCP/OAuth互換のベアラー認証、オーディエンス検証、スコープ、テナントバインド、失効、監査です。

  4. SQLite はローカル開発オプションであり、永続的なプロダクションシステムの記録ではありません。

エンジニアリングスタック

Pyrus MCP

Python 3.11+ ポリシー; uv; FastMCP; Streamable HTTP; ローカルテスト用 stdio; Pydantic; httpx; pytest; Ruff; 静的型付け; PostgreSQL; オプションの Redis; Docker; GitHub Actions; 外部シークレット管理。

Knowledge MCP

Python + FastMCP; PostgreSQL + pgvector; 大規模/生アーティファクト用オブジェクトストレージ; モデル/バージョンレコード付き埋め込みプロバイダーアダプター; バックグラウンドインデックス/埋め込みジョブ; オプションの Redis; 同じプロダクションセキュリティおよび可観測性の規律。

開発モデル

すべての実装項目には、1人の主要な実行者、独立したレビュアー、および明示的なゲート所有者がいます。タスクは、独立してテスト可能な成果が複数含まれている場合に分割されます。新しい発見により、範囲を黙って拡大するのではなく、リンクされたタスクが作成されます。

プロダクションリリースは、アーキテクチャ、契約、セキュリティ、QA、永続性、可観測性、ステージング、リリースチェックによってゲートされます。

便利なコマンド

node scripts/dashboard-server.mjs
# Open http://localhost:4748/

ダッシュボードはタスクレジストリへのインターフェースです。レジストリと上記の文書が真実の情報源であり続けます。

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    An enterprise infrastructure layer for the Model Context Protocol that provides authentication, RBAC, audit logging, and rate limiting for tool calls. It acts as a secure proxy between AI agents and MCP servers to ensure security and compliance in production environments.
    26
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A production-ready unified entry point for AI agents that implements the Model Context Protocol (MCP). It provides a secure gateway with rate limiting, authentication, and observability for managing and proxying requests to multiple downstream APIs.
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides a secure gRPC transport layer for the Model Context Protocol (MCP) with mutual TLS, token-based authentication, and fine-grained authorization. Includes comprehensive telemetry and a real-time visualization dashboard for monitoring AI model interactions and security events.
    1
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    A secure MCP gateway for enterprise AI tool execution, enabling governed invocation of business tools with authentication, RBAC, audit logging, PII redaction, and async processing.
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • A paid remote MCP for Context7 MCP docs, built to return verdicts, receipts, usage logs, and audit-r

  • Remote MCP for A2A caller identity, scope policy, verdict receipts, and audit history.

  • MCP (Model Context Protocol) server for Appwrite

View all MCP Connectors

Latest Blog Posts

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/sparko161-droid/pyrus_mcp_bd_complect'

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