Skip to main content
Glama
MockLoop

MockLoop MCP Server

Official
by MockLoop
signing_config_example.json1.22 kB
{ "domain": "mockloop.com", "private_key_path": "/path/to/your/private.pem", "search_paths": ["src"], "force_resign": false, "output_file": "signing_results.json", "description": "Example configuration for batch signing MCP tools", "environments": { "development": { "domain": "dev.mockloop.com", "private_key_path": "./dev-keys/private.pem", "force_resign": true }, "staging": { "domain": "staging.mockloop.com", "private_key_path": "/etc/mockloop/staging-private.pem", "force_resign": false }, "production": { "domain": "mockloop.com", "private_key_path": "/etc/mockloop/production-private.pem", "force_resign": false } }, "usage_examples": { "batch_signing": "python scripts/sign_all_schemas.py --config examples/schemapin/signing_config_example.json", "single_domain": "python scripts/sign_all_schemas.py --domain mockloop.com --private-key /path/to/key.pem", "with_content": "python scripts/sign_all_schemas.py --domain mockloop.com --private-key-content \"$(cat /path/to/key.pem)\"", "validation": "python scripts/validate_signatures.py --config examples/schemapin/signing_config_example.json" } }

Latest Blog Posts

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/MockLoop/mockloop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server