We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/itripleg/moha-maven'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
config.json.example•1.23 KiB
{
"comments": "
Make a copy of this file and save to `config.json`
Fill in your secret key e.g. 0x0000000000000000000000000000000000000000000000000000000000000000
If you are using an Agent/API Wallet you MUST also specify the public address of your account, not the
address of the Agent/API Wallet.
Otherwise, feel free to leave it blank and it will be automatically derived from the secret key. Alternatively,
you can specify a local `keystore_path` which will prompt you for the keystore password interactively.
Note: If both `secret_key` and `keystore_path` are provided, the `secret_key` will take precedence.
You can also populate the "multi_sig" section with the secret keys of the authorized user wallets that you
wish to sign multi-sig actions for.
",
"keystore_path": "",
"secret_key": "",
"account_address": "",
"multi_sig": {
"authorized_users": [
{
"comment": "signer 1",
"secret_key": "",
"account_address": ""
},
{
"comment": "signer 2",
"secret_key": "",
"account_address": ""
}
]
}
}