{"id":40639812,"url":"https://github.com/verygoodplugins/mcp-ecosystem","last_synced_at":"2026-01-21T08:01:59.605Z","repository":{"id":332323815,"uuid":"1122567211","full_name":"verygoodplugins/mcp-ecosystem","owner":"verygoodplugins","description":"Shared infrastructure, templates, and standards for Very Good Plugins MCP servers","archived":false,"fork":false,"pushed_at":"2026-01-13T12:55:58.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T13:35:57.097Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/verygoodplugins.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":"2025-12-25T03:05:38.000Z","updated_at":"2026-01-13T12:56:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/verygoodplugins/mcp-ecosystem","commit_stats":null,"previous_names":["verygoodplugins/mcp-ecosystem"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/verygoodplugins/mcp-ecosystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fmcp-ecosystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fmcp-ecosystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fmcp-ecosystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fmcp-ecosystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/verygoodplugins","download_url":"https://codeload.github.com/verygoodplugins/mcp-ecosystem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fmcp-ecosystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28629922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-01-21T08:01:57.582Z","updated_at":"2026-01-21T08:01:59.597Z","avatar_url":"https://github.com/verygoodplugins.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCP Ecosystem\n\nShared infrastructure, templates, and standards for Very Good Plugins MCP servers.\n\n## Our MCP Servers\n\n| Server | Description | npm/PyPI | MCP Registry |\n|--------|-------------|----------|--------------|\n| [mcp-automem](https://github.com/verygoodplugins/mcp-automem) | Graph-vector memory for AI assistants | [@verygoodplugins/mcp-automem](https://www.npmjs.com/package/@verygoodplugins/mcp-automem) | ✅ |\n| [mcp-evernote](https://github.com/verygoodplugins/mcp-evernote) | Evernote note management | [@verygoodplugins/mcp-evernote](https://www.npmjs.com/package/@verygoodplugins/mcp-evernote) | ✅ |\n| [mcp-freescout](https://github.com/verygoodplugins/mcp-freescout) | FreeScout helpdesk integration | [@verygoodplugins/mcp-freescout](https://www.npmjs.com/package/@verygoodplugins/mcp-freescout) | ✅ |\n| [mcp-local-wp](https://github.com/verygoodplugins/mcp-local-wp) | WordPress via Local by Flywheel | [@verygoodplugins/mcp-local-wp](https://www.npmjs.com/package/@verygoodplugins/mcp-local-wp) | ✅ |\n| [mcp-pirsch](https://github.com/verygoodplugins/mcp-pirsch) | Pirsch Analytics integration | [@verygoodplugins/mcp-pirsch](https://www.npmjs.com/package/@verygoodplugins/mcp-pirsch) | ✅ |\n| [mcp-toggl](https://github.com/verygoodplugins/mcp-toggl) | Toggl Track time tracking | [@verygoodplugins/mcp-toggl](https://www.npmjs.com/package/@verygoodplugins/mcp-toggl) | ✅ |\n| mcp-ical | macOS Calendar integration | PyPI | ✅ |\n| telegram-mcp | Telegram messaging | PyPI | ✅ |\n| whatsapp-mcp | WhatsApp messaging | PyPI | ✅ |\n| streamdeck-mcp | Elgato Stream Deck control | PyPI | ✅ |\n\n## Repository Structure\n\n```\nmcp-ecosystem/\n├── README.md                    # This file\n├── STANDARDS.md                 # Coding standards for all servers\n├── PUBLISHING.md                # Publishing checklist\n├── templates/\n│   ├── typescript/              # Templates for TypeScript MCP servers\n│   │   └── .github/workflows/\n│   │       ├── ci.yml\n│   │       ├── release-please.yml\n│   │       └── security.yml\n│   └── python/                  # Templates for Python MCP servers\n│       └── .github/workflows/\n│           ├── ci.yml\n│           ├── release.yml\n│           └── security.yml\n├── scripts/\n│   ├── audit-server.sh          # Audit a server against standards\n│   ├── apply-templates.sh       # Copy templates to a server\n│   ├── register-mcp.sh          # Submit to MCP Registry\n│   └── update-utm-links.sh      # Update README links with UTM\n└── server-inventory.json        # Machine-readable inventory\n```\n\n## Quick Start\n\n### Audit an existing server\n\n```bash\n./scripts/audit-server.sh ../mcp-freescout\n```\n\n### Apply templates to a server\n\n```bash\n./scripts/apply-templates.sh typescript ../mcp-freescout\n```\n\n### Register a server in MCP Registry\n\n```bash\n./scripts/register-mcp.sh ../mcp-freescout\n```\n\n## Standards\n\nSee [STANDARDS.md](./STANDARDS.md) for complete coding standards.\n\nKey requirements:\n- **TypeScript:** Node.js ≥18, ES2022, strict mode, Vitest, release-please\n- **Python:** Python ≥3.11, pyproject.toml, pytest, ruff\n- **All:** CI/CD, security scanning, MCP Registry, UTM tracking\n\n## Publishing\n\nSee [PUBLISHING.md](./PUBLISHING.md) for the complete publishing checklist.\n\n## Links\n\n- [MCP Specification](https://modelcontextprotocol.io/)\n- [MCP Registry](https://modelcontextprotocol.info/tools/registry/)\n- [Very Good Plugins](https://verygoodplugins.com/?utm_source=github)\n- [WP Fusion](https://wpfusion.com/?utm_source=github)\n- [AutoMem](https://automem.ai/?utm_source=github)\n\n## Follow\n\n- X: [@jjack_arturo](https://x.com/jjack_arturo)\n- GitHub: [@verygoodplugins](https://github.com/verygoodplugins)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverygoodplugins%2Fmcp-ecosystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fverygoodplugins%2Fmcp-ecosystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverygoodplugins%2Fmcp-ecosystem/lists"}