diff --git a/docs/superpowers/worklogs/2026-07-07-mcp-and-directory-submissions.md b/docs/superpowers/worklogs/2026-07-07-mcp-and-directory-submissions.md new file mode 100644 index 000000000..0384beefb --- /dev/null +++ b/docs/superpowers/worklogs/2026-07-07-mcp-and-directory-submissions.md @@ -0,0 +1,55 @@ +# MCP and Directory Submissions Worklog + +Date: 2026-07-07 + +## MCP registries + +Submitted: + +- [mcpservers.org](https://mcpservers.org/submit) - submitted free listing for `Reactive Resume`. +- [mcp.so](https://mcp.so/) - submitted via GitHub issue: [chatmcp/mcpso#3058](https://github.com/chatmcp/mcpso/issues/3058). The issue was reformatted to match recent submissions. +- [mcp.directory](https://mcp.directory/submit) - submitted the GitHub repository and MCP summary. +- [Influzer MCP Directory](https://www.influzer.ai/mcp/submit) - submitted via form. The form reset after submission but did not show a confirmation message. +- [Official MCP Registry](https://registry.modelcontextprotocol.io/) - published `io.github.amruthpillai/reactive-resume` version `5.2.2`; verified active/latest at [`/v0.1/servers/io.github.amruthpillai%2Freactive-resume/versions/latest`](https://registry.modelcontextprotocol.io/v0.1/servers/io.github.amruthpillai%2Freactive-resume/versions/latest). + +Worth doing next: + +- [Smithery](https://smithery.ai/docs/build/publish) - supports direct URL publishing for remote Streamable HTTP MCP servers. Needs account/auth flow. +- [McpMux](https://mcpmux.com/) - registry is open source and accepts PRs; see [server definitions](https://mcpmux.com/docs/server-definitions/). +- [AgenticSkills](https://agenticskills.io/mcp) - has a `Submit MCP` flow, likely manual/account gated. +- [Glama](https://glama.ai/mcp/servers) - has an `Add Server` button, but the automated session could not open the flow. + +Skip for now: + +- [PulseMCP](https://www.pulsemcp.com/submit) - blocked by Cloudflare in automation and says it ingests the Official MCP Registry. +- [MCP Market](https://mcpmarket.com/submit) - already has an unofficial RxResume listing at [mcpmarket.com/server/rxresume](https://mcpmarket.com/server/rxresume); handle as a claim/update, not a duplicate. +- [MCP Server Hub](https://mcpserverhub.net/submit) - free path appears backlink-gated. +- [Cline MCP Marketplace](https://github.com/cline/mcp-marketplace) - asks submitters to verify installation with Cline first. + +## SaaS, free, and open-source directories + +Already listed: + +- [Product Hunt](https://www.producthunt.com/products/reactive-resume) +- [AlternativeTo](https://alternativeto.net/software/reactive-resume/) +- [SaaSHub](https://www.saashub.com/reactive-resume) +- [LibHunt](https://www.libhunt.com/r/Reactive-Resume/Reactive-Resume) +- [SourceForge](https://sourceforge.net/projects/reactive-resume.mirror/) +- [Docker Hub](https://hub.docker.com/r/amruthpillai/reactive-resume) + +Worth doing next: + +- [Awesome-Selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted) - PR-based; add data in [awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data/blob/master/CONTRIBUTING.md). +- [selfh.st Apps](https://selfh.st/apps/) - self-hosted app directory with a submit-content link. +- [OpenAlternative](https://openalternative.co/) - open-source alternative directory; Reactive Resume was not found in the page search. +- [Free Software Directory](https://directory.fsf.org/wiki/Main_Page) - good fit if FSF-free-software expectations are met. +- [Open Source Software Directory](https://opensourcesoftwaredirectory.com/) - broad free/open-source software directory. +- [Uneed](https://www.uneed.best/submit-a-tool) - account required after preview; broad product launch directory. +- [Fazier](https://fazier.com/submit) - free startup/product submission flow. +- [StartupBase](https://startupbase.io/) - account-gated startup/product launch directory. + +Low priority: + +- [BetaList](https://betalist.com/criteria) - early-stage startup positioning is weaker for an already-established open-source app. +- G2/Capterra/GetApp-style review sites - useful only if there is a review-generation plan. +- AI-only directories - submit only if positioning is specifically around the AI Agent/MCP workflow. diff --git a/server.json b/server.json new file mode 100644 index 000000000..894e418f4 --- /dev/null +++ b/server.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", + "name": "io.github.amruthpillai/reactive-resume", + "title": "Reactive Resume", + "description": "Free open-source resume builder with remote MCP tools for resumes and job applications.", + "websiteUrl": "https://rxresu.me", + "repository": { + "url": "https://github.com/amruthpillai/reactive-resume", + "source": "github" + }, + "version": "5.2.2", + "remotes": [ + { + "type": "streamable-http", + "url": "https://rxresu.me/mcp" + } + ] +}