{"id":45816346,"url":"https://github.com/init4tech/alloy-mcp","last_synced_at":"2026-02-26T18:56:24.414Z","repository":{"id":336923112,"uuid":"1151345604","full_name":"init4tech/alloy-mcp","owner":"init4tech","description":"MCP server providing type context for alloy.rs","archived":false,"fork":false,"pushed_at":"2026-02-06T19:31:16.000Z","size":45,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-07T05:41:48.532Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/init4tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-06T10:54:27.000Z","updated_at":"2026-02-06T10:54:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/init4tech/alloy-mcp","commit_stats":null,"previous_names":["init4tech/alloy-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/init4tech/alloy-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/init4tech%2Falloy-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/init4tech%2Falloy-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/init4tech%2Falloy-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/init4tech%2Falloy-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/init4tech","download_url":"https://codeload.github.com/init4tech/alloy-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/init4tech%2Falloy-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29867965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T18:42:30.764Z","status":"ssl_error","status_checked_at":"2026-02-26T18:41:47.936Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-26T18:56:18.837Z","updated_at":"2026-02-26T18:56:24.406Z","avatar_url":"https://github.com/init4tech.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alloy-mcp\n\nA minimal MCP (Model Context Protocol) server providing type context for [alloy.rs](https://alloy.rs).\n\n## Purpose\n\nHelp LLMs correctly use alloy library types by providing:\n- Curated documentation for commonly-confused types\n- Quick reference guides for choosing the right type\n- Code examples and common patterns\n- Gotchas and common mistakes\n\n## Resources\n\nThe server exposes these resources:\n\n| URI | Description |\n|-----|-------------|\n| `alloy://consensus/transactions` | Transaction types: TxLegacy, TxEip1559, TxEip4844, envelopes |\n| `alloy://eips/block-identifiers` | Block ID types: BlockId, BlockNumberOrTag, HashOrNumber |\n| `alloy://provider/setup` | Provider setup: ProviderBuilder, wallets, WebSocket |\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `lookup_type` | Fuzzy search for type information across resources |\n\n## Building\n\nRequires Rust 1.75+ and the rmcp crate.\n\n```bash\ncargo build --release\n```\n\n## Running\n\nThe server uses stdio transport:\n\n```bash\n./target/release/alloy-mcp\n```\n\n## Configuration (Claude Desktop / VS Code)\n\nAdd to your MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"alloy\": {\n      \"command\": \"/path/to/alloy-mcp\"\n    }\n  }\n}\n```\n\n## Development Status\n\n- [x] Design document\n- [x] Resource content (Tier 1 types)\n- [x] MCP server skeleton\n- [ ] Build and test\n- [ ] Add more resources (Tier 2/3 types)\n- [ ] Add prompts for common patterns\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finit4tech%2Falloy-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finit4tech%2Falloy-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finit4tech%2Falloy-mcp/lists"}