MCPChain brings the Model Context Protocol to Web3 by anchoring agent tools, trust registries, and attestable executions on-chain.
14 stars
Go
Updated Jul 1, 2025
aiagents
blockchain
cometbft
cosmos-sdk
ignite
layer1
layer2
mcp
mcp-server
proof-of-stake
Documentation
MCPChain
MCPChain brings the Model Context Protocol to Web3 by anchoring agent tools, trust registries, and attestable executions on-chain.
Start the chain
bash
cd mcpchain
ignite chain build[Optional] Delete Previous Chain State (Safe Dev Reset)
bash
rm -rf ~/.mcpchainInit Chain
bash
mcpchaind init validator --chain-id mcpchainCreate Key
bash
mcpchaind keys add validatorReplace "stake" with "umcp" in genesis.json
bash
sed -i '' 's/"stake"/"umcp"/g' ~/.mcpchain/config/genesis.jsonAdd Funds
bash
mcpchaind genesis add-genesis-account $(mcpchaind keys show validator -a) 1000000000umcpGenerate gentx using updated denom
bash
mcpchaind genesis gentx validator 500000000umcp --chain-id mcpchainCollect and validate
bash
mcpchaind genesis collect-gentxs
mcpchaind genesis validateStart the chain with a minimum gas price
bash
mcpchaind start --minimum-gas-prices=0.001umcpSimilar MCP
Based on tags & features
Trending MCP
Most active this week