{"id":50721310,"url":"https://github.com/embeddedt/mcdev-mcp","last_synced_at":"2026-06-10T00:01:53.781Z","repository":{"id":360579451,"uuid":"1250806513","full_name":"embeddedt/mcdev-mcp","owner":"embeddedt","description":"Local MCP server to assist coding agents with Minecraft mod development","archived":false,"fork":false,"pushed_at":"2026-05-27T01:45:12.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-27T03:20:47.561Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/embeddedt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05-27T01:40:29.000Z","updated_at":"2026-05-27T02:26:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/embeddedt/mcdev-mcp","commit_stats":null,"previous_names":["embeddedt/mcdev-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/embeddedt/mcdev-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embeddedt%2Fmcdev-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embeddedt%2Fmcdev-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embeddedt%2Fmcdev-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embeddedt%2Fmcdev-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/embeddedt","download_url":"https://codeload.github.com/embeddedt/mcdev-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embeddedt%2Fmcdev-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34130642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-06-10T00:01:53.121Z","updated_at":"2026-06-10T00:01:53.775Z","avatar_url":"https://github.com/embeddedt.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mcdev-mcp\n\nA purpose-built Model Context Protocol (MCP) server for Minecraft mod development.\n\n## Frequently Asked Questions\n\nSee [FAQ.md](FAQ.md).\n\n## Setup\n\n1. Build the JAR: `./gradlew shadowJar`, produces `build/libs/mcdev-mcp.jar` as output\n2. Add it as a local MCP server to your favorite agentic harness using a command like\n   `java -Xms16M -Xmx512M -jar \u003cpath-to-jar\u003e`.\n3. If your harness has a permissions system, whitelist reading from `/tmp/mcdev-mcp` folder and all tools from mcdev-mcp to\n   avoid nuisance permission prompts. For Claude Code, this can be done with a block like the following in `~/.claude/settings.json`:\n   ```json\n   \"permissions\": {\n     \"allow\": [\n       \"Read(//tmp/mcdev-mcp/**)\",\n       \"mcp__mcdev-mcp\"\n     ]\n   }\n   ```\n\n## System requirements\n\nThe MCP server assumes that `java` is available on the PATH and can be used to run other subprocesses like the decompiler.\n\n## Credits\n\n`mcdev-mcp` uses code from or otherwise directly depends on several other projects:\n\n- [NeoFormRuntime](https://github.com/neoforged/NeoFormRuntime/) for obtaining source code of modern Minecraft versions (\u003e=1.17)\n- [ZSON](https://github.com/Nolij/ZSON) for JSON parsing and serialization\n\n## License\n\n`mcdev-mcp` is distributed under the OSL-3.0 license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembeddedt%2Fmcdev-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembeddedt%2Fmcdev-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembeddedt%2Fmcdev-mcp/lists"}