Smeltr Token-2022 for Cursor
io.github.space-raven/smeltr-token2022
Validate Token-2022 configs (transfer fee, soulbound, delegate). Read-only — no keys or RPC.
client:Cursor
transport:stdio
runtime:npm
Install Smeltr Token-2022 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"smeltr-token2022": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@smeltr/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs