Cosmos SDK Migration MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cosmos SDK Migration MCP Serverscan my gaia chain for migration to v0.54"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cosmos SDK Migration MCP Server
An MCP (Model Context Protocol) server for migrating Cosmos SDK chains from
v0.50+ to v0.54.
This repository packages the migration server, the YAML migration specs, the orchestration guide, and the bundled upgrade-doc resources it exposes over MCP.
Install
pip install cosmos-migration-mcpOr for local development:
git clone https://github.com/cosmos/cosmos-sdk-migration-mcp.git
cd cosmos-sdk-migration-mcp
pip install -e .Related MCP server: mcp-uni
Run
The package exposes a cosmos-migration-mcp console script:
cosmos-migration-mcpYou can also run it as a module:
python -m cosmos_migration_mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"cosmos-migration": {
"command": "cosmos-migration-mcp"
}
}
}Claude Code
claude mcp add cosmos-migration -- cosmos-migration-mcpReference
Canonical Cosmos SDK Upgrade Guide — The official upstream source for breaking changes and migration instructions for all Cosmos SDK versions.
This MCP server bundles snapshots of the v0.54 upgrade documentation and migration specs. Always consult the canonical upstream guide for the latest information and breaking changes.
Tools
Tool | Description |
| Detect SDK version and which specs apply to a chain |
| Preview all changes without modifying files |
| Apply a single spec, including go.mod edits, arg rewrites, and special cases |
| Run verification checks for one spec |
| Run verification for an explicit spec list or for currently detectable specs |
| Run |
| Run |
| Run |
| Show git diff of changes in the chain directory |
| List all available migration specs |
| Get full content of a specific spec |
| Check for fatal blocks and warnings |
Resources
URI | Description |
| Read a spec as YAML text |
| List all specs with metadata |
| Read the bundled orchestration guide |
| Read the bundled v0.54 upgrade guide |
| Read the bundled upgrade checklist section |
| Read the bundled v0.54 breaking changes section |
| Read the bundled v0.54 release notes |
Prompts
Prompt | Description |
| Full workflow: scan → plan → apply → verify → report |
| Scan-only: detect version, estimate effort, no changes |
| Diagnose post-migration build errors |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/cosmos/cosmos-sdk-migration-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server