MCP Servers / development / Unison MCP Server

Unison MCP Server

JSON →
none4development

An MCP server for the Unison language, allowing AI assistants to interact with the Unison Codebase Manager (UCM).

Install
How to run this server

No install command recorded.

server path: unison-mcp-server
Tools
What this server exposes
mcp__unison__ucm_find
定義の検索
mcp__unison__ucm_add
新しい定義の追加
mcp__unison__ucm_run
Unison式の実行
mcp__unison__ucm_view
定義のソースコード表示
mcp__unison__ucm_update
既存定義の更新
mcp__unison__ucm_ls
名前空間の内容一覧
mcp__unison__ucm_delete
定義の削除
mcp__unison__ucm_test
テストの実行(scratch.uがない場合は自動生成)
mcp__unison__ucm_dependencies
定義の依存関係表示
mcp__unison__ucm_list_projects
プロジェクト一覧
mcp__unison__ucm_switch_project
プロジェクトの切り替え
mcp__unison__ucm_project_create
新規プロジェクト作成
mcp__unison__ucm_list_branches
ブランチ一覧
mcp__unison__ucm_switch_branch
ブランチの切り替え
mcp__unison__ucm_branch_create
新規ブランチ作成
mcp__unison__ucm_merge
ブランチのマージ
mcp__unison__ucm_lib_install
ライブラリのインストール(例: @unison/base)
mcp__unison__ucm_share_search
Unison Shareのライブラリ情報を表示(実際の検索は未対応)
mcp__unison__ucm_share_install
Unison Shareから特定バージョンをインストール
mcp__unison__ucm_command
任意のUCMコマンドを直接実行
Configuration
Environment & auth
authnone
Resources
Unison MCP Server — MCP Server · libregistry