Dashboard / Enovari Integration Partnerships & Ecosystem Opportunities
Total Contacts
0
Completed
0
In Progress
0
Completion Rate
0%
Overall Progress 0%
🔍

Table of Contents

0 items

1. MCP Ecosystem Opportunities

4 items
Additional Info
The MCP Registry is the official centralized metadata repository for MCP servers, backed by Anthropic, GitHub, PulseMCP, and Microsoft. This is the single most important listing for Enovari. > Note: The MCP Registry is currently in preview. Breaking changes or data resets may occur before general availability. Official registry for all publicly accessible MCP servers Provides namespace management via DNS or HTTP verification REST API for clients and aggregators to discover servers Standardized server.json metadata format Does NOT host code/packages -- it hosts metadata pointing to packages on npm, PyPI, Docker Hub, etc. Does NOT support private servers (only publicly installable/accessible servers) 1. Publish the Enovari MCP server package to npm (or PyPI/Docker Hub/NuGet) 2. Add verification information to the package: For npm: Add "mcpName": "ai.enovari/memory" to package.json For PyPI: Add <!-- mcp-name: ai.enovari/memory --> comment in README.md For NuGet: Add <!-- mcp-name: ai.enovari/memory --> comment in README.md For Docker/OCI: Add LABEL io.modelcontextprotocol.server.name="ai.enovari/memory" in Dockerfile For MCPB: URL must contain "mcp" and include fileSha256 in server.json 3. Install mcp-publisher CLI tool: macOS/Linux: curl -L "https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher && sudo mv mcp-publisher /usr/local/bin/ Windows: PowerShell download from GitHub releases Or: brew install mcp-publisher 4. Choose authentication method: DNS Authentication (recommended for Enovari): Requires a DNS TXT record on enovari.ai containing a public key in format v=MCPv1; k=ed25519; p=<PUBLIC_KEY>. Namespace format: ai.enovari/ (reverse-DNS of enovari.ai). Supports Ed25519, ECDSA P-384, Google KMS, and Azure Key Vault signing. HTTP Authentication (alternative for Enovari): Host a file at https://enovari.ai/.well-known/mcp-registry-auth containing v=MCPv1; k=ed25519; p=<PUBLIC_KEY>. Same namespace format: ai.enovari/. GitHub Authentication: Namespace format: io.github.orgname/. Uses OAuth device flow via mcp-publisher login github. 5. Create server.json by running mcp-publisher init in the project directory. This generates a template from package metadata. 6. Edit server.json to include: description, repository URL, version, package info, transport type, environment variables. 7. Login: mcp-publisher login dns --domain "enovari.ai" --private-key "<KEY>" (or login http or login github) 8. Publish: mcp-publisher publish 9. Verify: curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=ai.enovari/memory"; npm packages (registry: npmjs.org) -- verification via mcpName in package.json PyPI packages (registry: pypi.org) -- verification via mcp-name comment in README NuGet packages (registry: nuget.org) -- verification via mcp-name comment in README Docker/OCI images (Docker Hub, ghcr.io, Google Artifact Registry .pkg.dev, Azure Container Registry *.azurecr.io, Microsoft Container Registry mcr.microsoft.com) -- verification via container label MCPB packages (GitHub/GitLab releases) -- verification via URL containing "mcp" + SHA-256 hash [ ] Generate Ed25519 key pair and add DNS TXT record to enovari.ai [ ] Register ai.enovari namespace via DNS authentication [ ] Publish Enovari MCP server as npm package with mcpName field [ ] Create comprehensive server.json` with description, capabilities, env vars [ ] Set up GitHub Actions for automated publishing on release (see https://modelcontextprotocol.io/registry/github-actions) [ ] Monitor registry for competitor memory servers The MCP Registry feeds into downstream aggregators/marketplaces. Once listed in the registry, Enovari automatically becomes discoverable by all aggregators consuming the registry API. Aggregators can add ratings, download counts, and security scans. The registry provides an OpenAPI spec that aggregators implement, so listing once propagates everywhere.
MCP Server Directories & Aggregators
Medium
Glama MCP Server Directory
https://glama.ai/mcp/servers | Via MCP Registry (auto-pulls) or direct submission through their site. If you are the server author, you can claim the server to access the admin panel and analytics. Also has a Tool Directory at https://glama.ai/mcp/tools. Glama also hosts MCP servers and provides SSE endpoints. Join their Discord for support. | Searchable cards with server name, description, supported features, and install instructions. Also lists individual tools. Servers are updated daily. | Write a detailed description. Ensure your tools have clear names and descriptions so they show well in the Tool Directory too. Claim authorship for admin access. | HIGH
Smithery
https://smithery.ai | Two methods: (1) Publish via Smithery CLI: smithery mcp publish <url> -n <org/server> -- any server exposing Streamable HTTP is compatible; requires a Smithery API key. (2) Submit via the website by providing your GitHub repo URL -- Smithery indexes the repo, builds the server, and creates a listing. Also has a Playground for testing. Over 6,000 servers listed as of March 2026. | Server cards with description, install command, supported features, and one-click test via Smithery Playground. Shows install counts. Smithery Gateway handles protocol compliance and generates auth modals automatically. | Include a thorough README. High install counts boost visibility. The Playground lets people try before installing -- make sure the server works well there. Publishing gives you analytics to track tool calls and usage patterns. | HIGH
MCP.so
https://mcp.so | Submit by creating a new issue in their GitHub repository, or click the "Submit" button in the navigation bar on mcp.so. Provide server name, description, features, and connection info. | Searchable directory with categories. Shows server name, description, and setup instructions. Claims to be the largest collection of MCP servers. | Use relevant category tags. Write a compelling one-line description. | HIGH
PulseMCP
https://pulsemcp.com | Via MCP Registry (PulseMCP is an official registry contributor/aggregator). Auto-pulls from registry. | Aggregated directory with search. Shows registry metadata. | Being in the official MCP Registry is sufficient. Ensure your server.json description is excellent. | HIGH
MCPJam
https://docs.mcpjam.com | Via MCP Registry. Also functions as a dev client for ChatGPT apps. | Developer-oriented listing. Supports testing tools, prompts, resources. | Focus on ChatGPT app compatibility since MCPJam is the local dev client for ChatGPT Apps SDK. | MEDIUM
MCPBundles
https://www.mcpbundles.com | Direct submission. Also has MCPBundle Studio (browser-based MCP client). | Lists servers with bundling capability. Users can combine multiple servers. | Position Enovari as a "must-have" addition to any MCP bundle -- memory enhances every other tool. | MEDIUM
Awesome MCP Servers (punkpeye)
https://github.com/punkpeye/awesome-mcp-servers | Pull request to the GitHub repo. Add entry under appropriate category. | GitHub README list organized by category. Very high visibility -- often first result for "MCP servers" searches. | Write a compelling one-line description. Choose the right category (likely "Knowledge & Memory" or similar). Link to GitHub repo and website. | HIGH
Awesome MCP Servers (wong2)
https://github.com/wong2/awesome-mcp-servers | Pull request to the GitHub repo. | GitHub README list organized by category. Another top search result. | Same as above. Submit to both repos. | HIGH
MCP Hub
https://mcphub.io | Direct submission via their website. | Searchable directory with categories. | Clear description and proper categorization. | MEDIUM
MCP Gallery
https://mcpgallery.com | Direct submission via their website. | Visual gallery of MCP servers. | Strong branding, good logo, clear value proposition. | MEDIUM
Cursor MCP Directory
https://cursor.directory/mcp | Submit new plugins at https://cursor.directory/plugins/new via the submission form. The old GitHub repo (cursor/mcp-servers) is deprecated -- use cursor.directory instead. Community-driven. | Listed in Cursor's community directory. Users can install directly from there. Over 5,000 community-built servers as of March 2026. | Critical for Cursor users. Include clear setup instructions specific to Cursor. | HIGH
Vercel Marketplace
https://v0.app (MCP integrations section) | Apply for listing. v0 connects to MCP servers from the Vercel Marketplace for zero-config setup. | Zero-config install for v0 users. | Great for reaching web developers using Vercel. | MEDIUM
goose Extensions Directory
https://block.github.io/goose/v1/extensions/ | Submit by posting details in the "MCP Servers in the Wild" GitHub discussion thread at github.com/block/goose/discussions/2075 -- include links and what makes your server interesting. MCPs can also be installed directly via the CLI or UI. | Listed in goose's built-in extensions. One-click install for goose users. MCPs can be installed via extensions directory, CLI, or UI. | Important because goose has a large open-source community (Block/Square). Include clear setup instructions. | HIGH
Chatbox Marketplace
https://chatboxai.app (built-in marketplace) | Submit via their developer/partner process. | Appears in Chatbox's built-in MCP marketplace within the app. | Direct distribution channel to end users. | HIGH
LM Studio Deeplinks
https://lmstudio.ai/docs/app/mcp/deeplink | Create a deeplink URL that auto-configures Enovari in LM Studio. Format: lmstudio://add_mcp?name=<server_name>&config=<base64_encoded_json>. Available since LM Studio 0.3.17. | "Add to LM Studio" button on your site. One-click install for LM Studio users. | Frictionless install for LM Studio's large user base. | MEDIUM
MCP Server Spot
https://www.mcpserverspot.com/servers | Submit via their "Submit Server" option on the website. | Comprehensive directory with detailed capability breakdowns, integration guides, and learning resources. | Include detailed capability descriptions. MCP Server Spot has learning/tutorial content too. | MEDIUM
MCP Servers (mcpservers.com)
https://mcpservers.com | Submit via their website. | Directory claiming to be the "#1 MCP Server List." Searchable by category. | Clear description and category. | MEDIUM
MCP Server Finder
https://www.mcpserverfinder.com | Submit via their website. | Directory with detailed server capability info, integration methods, and security features. | Emphasize security features and integration methods. | LOW
mcpservers.org
https://mcpservers.org | Submit via their website. Collection associated with Awesome MCP Servers. | Curated directory of MCP servers. | Good description and proper categorization. | LOW
AI Agents List
https://aiagentslist.com/mcp-servers | Submit via their website. 593+ servers listed. | MCP servers browsable by category, language, and scope. | Category tags and clear one-line description. | LOW
MCP Market
https://mcpmarket.com | Submit via their website. Publishes daily "Top MCP Servers" lists. | Directory with daily curated lists and rankings. | Getting on their daily list drives visibility. | LOW
Additional Info
These are third-party directories that list MCP servers. Many consume the official MCP Registry API, but some accept independent submissions. [ ] Submit to every directory listed above (start with HIGH priority) [ ] For GitHub awesome-lists, prepare a quality PR with clear description [ ] Ensure consistent branding and description across all directories [ ] Track listing status in a spreadsheet [ ] Create "Add to [Client]" deeplinks where supported (LM Studio, goose, etc.) [ ] For Smithery, generate a Smithery API key and publish via CLI for analytics access
MCP Community Forums & Discussion Groups
Medium
MCP Discord
Via modelcontextprotocol.io community links | Real-time chat | Join and build presence
MCP subreddit
https://reddit.com/r/mcp | Community forum | Post and engage
MCP Spec Working Groups
https://modelcontextprotocol.io (governance section) | Interest/working groups | Join relevant groups
AI/ML Discord servers
Various | Community hubs | Share Enovari in relevant channels
Hacker News
https://news.ycombinator.com | Tech community | Launch post, Show HN
Product Hunt
https://producthunt.com | Product launches | Plan MCP-focused launch
MCP GitHub Discussions
https://github.com/modelcontextprotocol/specification/discussions | Official discussions | Participate, announce Enovari
Other MCP Server Makers (Cross-Promotion Targets)
Medium
Context7
Documentation/code context server | Memory + docs context = better AI coding | GitHub issues/discussions on their repo | Their users get persistent memory of documentation lookups, making Context7 more valuable
Browserbase MCP
Web browsing for AI | Memory of browsed content persists | GitHub or team@ email | Browsing history and extracted data persists across sessions -- massive value-add for their users
Neon MCP
PostgreSQL database access | Memory + database = richer data | Developer relations team via neon.tech | Users can remember database schemas, past queries, and data patterns
Notion MCP
Workspace integration | Memory + knowledge base sync | GitHub repo or Notion's developer program | Cross-platform memory means Notion context carries into coding sessions
GitHub MCP
Code repository access | Memory of code decisions persists | GitHub's MCP server repo (github/github-mcp-server) | Users remember why code decisions were made, PR context, repo patterns
Slack MCP
Team communication | Memory of conversations persists | Open-source repo maintainer | Conversation context and decisions persist beyond Slack's search
Google Drive MCP
Document access | Memory + document knowledge | Via MCP community / repo maintainer | Document knowledge and context carries across sessions
Linear MCP
Project management | Memory of project context | Linear's developer team / integrations page | Sprint history, decision context, and project knowledge persist
Sentry MCP
Error tracking | Memory of debugging sessions | Sentry's developer relations | Debug history and error patterns remembered across sessions
Composio
Multi-tool orchestration | Enovari as memory layer for Composio tools | composio.dev partnership page | Memory makes every Composio-orchestrated tool smarter over time
Apify MCP
Web scraping & automation | Memory of scraped data | GitHub repo or apify.com partner page | Scraped data and patterns persist, reducing redundant scraping
Netlify MCP
Deployment & hosting | Memory of deployment configs | Netlify developer program | Deployment configs, error history, and site context persist
Memex
MCP client + server builder | Natural partner, complementary product | memex.tech contact page | Their users get a production-grade memory server instead of building their own
Additional Info
These MCP servers serve complementary functions to Enovari's memory and could benefit from cross-promotion or integration partnerships.

2. AI Platform Marketplaces

4 items
Claude / Anthropic Ecosystem
Medium
Anthropic Partner Program
Contact partners@anthropic.com | Apply for partner listing | HIGH
Anthropic Showcase
https://anthropic.com (ecosystem section) | Apply to be featured | MEDIUM
MCP Registry (Anthropic-backed)
See Section 1.1 | Submit ASAP | CRITICAL
Claude.ai Connectors
Settings > Connectors in Claude.ai. Supports Resources, Prompts, Tools, Apps, CIMD, DCR. | Enovari already works here as MCP server | ACTIVE
Claude Desktop App
Local MCP server configuration. Supports Resources, Prompts, Tools, Roots, Apps, DCR. | Enovari already works here | ACTIVE
Claude Code MCP
Supports Resources, Prompts, Tools, Roots, Elicitation, Instructions, Discovery, DCR. Config via project or global settings. | Enovari already works here | ACTIVE
Additional Info
[ ] Apply to Anthropic's partner/integration program [ ] Request to be featured in Anthropic's MCP ecosystem showcase [ ] Ensure Enovari works seamlessly with Claude.ai's Connectors UI [ ] Create "Add to Claude" one-click install button [ ] Test with all three Claude clients (Claude.ai, Desktop App, Claude Code) and document any differences
OpenAI / ChatGPT Ecosystem
Medium
ChatGPT Connections UI
Settings > Connections in ChatGPT. Deep research can use configured MCP tools. | HIGH
OpenAI GPT Store
ChatGPT MCP Support
ChatGPT supports remote MCP servers with Tools, Apps, DCR. Access via Settings > Connections. Requires OAuth/DCR for auth. | HIGH
OpenAI Codex
Terminal coding agent with Resources, Tools, Elicitation support. Supports STDIO and HTTP streaming with OAuth. Also available as VS Code extension. | HIGH
MCPJam
https://docs.mcpjam.com -- Local dev client for ChatGPT Apps SDK and MCP ext-apps. Use this to test ChatGPT integration without needing a ChatGPT subscription or ngrok. | HIGH
Additional Info
[ ] Ensure Enovari MCP server works with ChatGPT's MCP connections (requires remote MCP with OAuth/DCR) [ ] Publish a ChatGPT-compatible remote MCP server endpoint with proper OAuth [ ] Test with MCPJam Inspector locally before deploying to ChatGPT [ ] Consider building a custom GPT that integrates Enovari [ ] Apply to OpenAI's partner program [ ] Test with OpenAI Codex MCP client (both terminal and VS Code)
AI IDE Integrations
Medium
Cursor
Prompts, Tools, Roots, Elicitation, DCR | https://docs.cursor.com/context/model-context-protocol | HIGH
Windsurf (Codeium)
JetBrains AI Assistant
Zed
Prompts, Tools (does NOT support Resources) | https://zed.dev/docs/ai/mcp | MEDIUM
Roo Code
Amazon Q CLI
Prompts, Tools. Install via brew install amazon-q. | Via brew install amazon-q | MEDIUM
Gemini CLI
Prompts, Tools, Instructions, DCR | https://geminicli.com/docs/tools/mcp-server/ | HIGH
Replit Agent
Tools, DCR. Supports MCP install links. | https://docs.replit.com/replitai/mcp/overview | MEDIUM
v0 (Vercel)
Tools. Connects via Vercel Marketplace or custom MCP servers. | https://v0.app/docs/MCP | MEDIUM
CodeGPT
Tools. VS Code and JetBrains. | https://docs.codegpt.co/ | LOW
Firebender
Tools. IntelliJ plugin. STDIO directly, SSE via mcp-remote. | https://docs.firebender.com/context/mcp | LOW
opencode
Resources, Prompts, Tools. Terminal, desktop app, and IDE extension. | https://opencode.ai/docs/mcp-servers/ | LOW
Zencoder
Tools. VS Code and JetBrains. Has built-in MCP tool library with one-click installs. | https://docs.zencoder.ai | LOW
ECA (Editor Code Assistant)
Resources, Prompts, Tools, Roots. Editor-agnostic, protocol-based. | https://eca.dev | LOW
Emacs Mcp
Tools. Via mcp.el plugin for gptel and llm. | https://github.com/lizqwerscott/mcp.el | LOW
VS Code GitHub Copilot
Resources, Prompts, Tools, Discovery, Sampling, Roots, Elicitation, Instructions, Apps, CIMD, DCR (most complete MCP support of any client) | https://code.visualstudio.com/docs/copilot/customization/mcp-servers | HIGH
GitHub Copilot Coding Agent
Tools, DCR. Can extend with MCP tools via local or remote servers. | https://docs.github.com/en/copilot/concepts/about-copilot-coding-agent | HIGH
JetBrains Junie
Tools. Config via mcp.json (global ~/.junie/mcp.json or project .junie/mcp/). | https://www.jetbrains.com/help/junie/model-context-protocol-mcp.html | HIGH
Continue
Resources, Prompts, Tools, Apps. Works in VS Code and JetBrains. | https://docs.continue.dev/customize/deep-dives/mcp | MEDIUM
Cline
Resources, Tools, Discovery. Can create and share MCP servers. | https://docs.cline.bot/mcp/configuring-mcp-servers | MEDIUM
Augment Code
Tools. Works in VS Code and JetBrains, local and remote agents. | https://docs.augmentcode.com/setup-augment/mcp | MEDIUM
Amp (Sourcegraph)
Resources, Prompts, Tools, Sampling. Runs in VS Code, JetBrains, Neovim, and CLI. Multiplayer support. | https://ampcode.com/manual#mcp | MEDIUM
Amazon Q IDE
Tools. Supports VS Code, JetBrains, Visual Studio, Eclipse. | https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/mcp-ide.html | MEDIUM
Kilo Code
Resources, Tools, Discovery. Has built-in MCP Marketplace. | https://kilo.ai/docs/features/mcp/using-mcp-in-kilo-code | LOW
Warp
Resources, Tools, Discovery. Intelligent terminal with MCP in agent mode. | https://docs.warp.dev/knowledge-and-collaboration/mcp | MEDIUM
MCPHub (Neovim)
Resources, Prompts, Tools. Integrates with Avante.nvim and CodeCompanion.nvim. | https://github.com/ravitemer/mcphub.nvim | LOW
Additional Info
[ ] Create IDE-specific setup guides ("How to use Enovari Memory with [IDE]") [ ] Test Enovari with each IDE and document any issues [ ] Submit Enovari to IDE-specific MCP directories (e.g., Cursor Directory, Kilo Code Marketplace, Zencoder tool library) [ ] Create "Add to [IDE]" deeplinks where supported (LM Studio supports deeplinks, Replit supports install links) [ ] Publish blog posts / tutorials for each major IDE [ ] Priority order: VS Code Copilot (most complete MCP support) > Cursor > Gemini CLI > Windsurf > JetBrains
Other AI Platforms with MCP Support
Medium
Mistral AI: Le Chat
AI assistant | Tools (remote MCP) | MEDIUM
Microsoft Copilot Studio
Enterprise AI builder | Resources, Tools, Discovery | HIGH
Langdock
Enterprise AI platform | Tools (SSE + Streamable HTTP, OAuth/API Key/no auth) | MEDIUM
Simtheory
AI workspace | Resources, Prompts, Tools, Discovery. Has MCP Store marketplace. | MEDIUM
MindPal
No-code AI agent builder | Tools (SSE) | MEDIUM
AgenticFlow
No-code AI agents | Resources, Prompts, Tools, Discovery. 10,000+ tools, 2,500+ APIs. | MEDIUM
Chatbox
Desktop AI client | Tools. Has built-in MCP servers marketplace. | MEDIUM
TypingMind
LLM frontend | Tools. Remote MCP via MCP Connector. | MEDIUM
BoltAI
Desktop AI client | Tools. Import from Claude config. | LOW
LM Studio
Local AI models | Tools | MEDIUM
Apidog
API dev platform | Resources, Prompts, Tools. Full OAuth support. | LOW
LibreChat
Open-source AI chat | Tools, Instructions, DCR. Self-hostable, multi-user. | MEDIUM
Langflow
Visual AI builder | Tools. Also functions as MCP server. | MEDIUM
Shortwave
AI email client | Tools. Rich UI for MCP server management. | LOW
Needle
RAG workflow platform | Resources, Prompts, Tools, Discovery. Built-in RAG + MCP. | MEDIUM
Postman
API platform | Resources, Prompts, Tools, Discovery, Sampling, Elicitation, Apps (very comprehensive MCP support) | MEDIUM
Glama
AI workspace | Discovery, Elicitation, Instructions, Prompts, Resources, Sampling, Tasks, Tools (one of the most complete MCP clients) | MEDIUM

3. Integration Platform Directories

5 items
Automation Platform Listings
Medium
Tray.io
https://tray.io | Enterprise integration platform. Apply for connector partnership. | LOW
Workato
https://workato.com | Enterprise iPaaS. Apply for connector SDK partnership. | LOW
Power Automate
https://powerautomate.microsoft.com | Build a custom connector. Microsoft ecosystem. | MEDIUM
IFTTT
https://ifttt.com/developers | Apply to IFTTT Platform for service listing. | LOW
Zapier
https://zapier.com/developer-platform/integrations | Apply via Zapier Developer Platform. Build Enovari as a Zapier app using Platform CLI (zapier-platform-cli) or Visual Builder (Platform UI). Both produce identical integrations. Requires OAuth or API key auth. 6M+ users. | HIGH
Make.com (Integromat)
https://www.make.com/en/become-a-partner | Apply via Make Partner Program (five tiers). Build custom modules using the Make Apps Editor (browser-based or VS Code extension). Five module types: Action, Search, Trigger, Instant trigger, Universal. Partnership agreement required for marketplace listing. Review takes 2-3 business days. | HIGH
n8n
https://n8n.io | Build a community node via npm create @n8n/node (interactive generator) or from the n8n-nodes-starter template. Publish as npm package n8n-nodes-enovari. From May 2026: must publish via GitHub Actions with provenance statement (no local publishes accepted for verification). Open source, strong community, 60% of nodes are community-contributed. | HIGH
Pipedream
https://pipedream.com | Fork PipedreamHQ/pipedream on GitHub, create components under components/enovari/, submit PR. Automated linting runs on PR. Follow Component Guidelines at pipedream.com/docs/components/guidelines. Join #contribute Slack channel for support. | MEDIUM
Activepieces
https://activepieces.com | Open-source. Build a Piece (integration) using their TypeScript framework with hot reloading for local dev. Submit via GitHub PR to github.com/activepieces/activepieces. Pieces are npm packages published to npmjs.com. 60% of pieces are community-contributed. Bonus: Contributed pieces automatically become available as MCP servers usable with Claude Desktop, Cursor, or Windsurf. Activepieces now supports ~400 MCP servers for AI agents. | MEDIUM
Additional Info
These platforms allow third-party tools to be listed as integrations, giving Enovari visibility to millions of automation users. [ ] Build Zapier integration first (largest user base) [ ] Build Make.com integration second [ ] Contribute n8n community node (developer-friendly audience) [ ] Create a Pipedream integration for developer reach [ ] Publish all integration code as open-source templates
Zapier Integration -- Detailed Build Guide
Medium
Solo Founder Tip
Start with the Visual Builder for speed. You can always migrate to CLI later for more control. Ship a minimal integration (1 trigger + 2 actions) first, then expand based on user demand.
Additional Info
New Memory Created -- fires when a memory is stored via Enovari API Memory Updated -- fires when a memory is modified New Persona Loaded -- fires when a persona is activated Memory Matched -- fires when a new memory matches a saved search/filter Store Memory -- write a memory from any Zapier trigger (e.g., store a CRM note as a memory) Search Memories -- query Enovari memories by keyword, tag, domain Update Memory -- update a specific memory by ID Delete Memory -- remove a memory Load Persona -- activate a specific persona Call API -- invoke any of Enovari's 140+ API integrations Find Memory -- search for memories by query, return matching results for use in subsequent steps 1. Set up Zapier Developer Account: Go to https://zapier.com/developer-platform/integrations and create a developer account. 2. Choose Build Method: Zapier Platform CLI (recommended for developers): npm install -g zapier-platform-cli && zapier init enovari-app. Gives full control using custom code for auth, triggers, actions, and searches. Supports version control and CI tools. Push new versions from the command line. Visual Builder / Platform UI (faster, no-code): Build via Zapier's web UI at https://developer.zapier.com/. Ideal for quick deployment and collaboration across teams, even without developer expertise. Both tools run on the same Zapier platform, and the resulting integration is identical regardless of which tool you use. 3. Define Authentication: Use API Key auth (simplest): User pastes their Enovari API key during connection setup Or use OAuth 2.0 if Enovari supports it: Better UX but more complex to implement Test auth endpoint: Zapier requires a "test" API call to verify credentials 4. Map Enovari API Endpoints: Each trigger/action maps to an Enovari REST API endpoint Define input fields (what the user fills in) and output fields (what data comes back) Use Zapier's z.request() to call Enovari API 5. Write Trigger Polling Code: Zapier polls your API every 1-15 minutes for new data Alternative: Use webhooks (REST Hooks) for instant triggers -- requires Enovari to support webhook subscriptions 6. Test Thoroughly: Zapier requires working test data for each trigger/action Test with real Enovari account 7. Submit for Review: Fill out the integration's branding (logo, description, category) Submit to Zapier's team for review Review process takes 1-4 weeks Once approved, appears in Zapier's app directory (searchable by all 6M+ Zapier users) 8. Post-Launch: Monitor usage analytics in the Zapier developer dashboard Respond to user bug reports Add new triggers/actions based on user demand "Save Gmail attachments context to Enovari Memory" (Gmail trigger -> Enovari Store Memory) "Log Slack messages to AI Memory" (Slack trigger -> Enovari Store Memory) "Sync CRM updates to AI context" (HubSpot/Salesforce trigger -> Enovari Store Memory) "Auto-create tasks from AI memories" (Enovari New Memory trigger -> Todoist/Asana/Linear action) "Weekly AI memory digest email" (Schedule trigger -> Enovari Search -> Gmail/Email action) Zapier's CLI scaffold: zapier init --template=minimal generates boilerplate All Zapier apps are Node.js based (even if your API is Python) Zapier requires idempotent triggers (same data = same ID, so duplicates are skipped) Rate limits: Zapier may call your API frequently during polling -- ensure Enovari API can handle it Both CLI and Visual Builder produce identical integrations -- choose based on preference Zapier's developer docs: https://docs.zapier.com/platform/home Integration review takes 1-4 weeks; during review, the integration works in "private" mode (you + invited users only) Solo Founder Tip: Start with the Visual Builder for speed. You can always migrate to CLI later for more control. Ship a minimal integration (1 trigger + 2 actions) first, then expand based on user demand.
Make.com Integration -- Detailed Build Guide
Medium
Additional Info
Search Memory -- query module (takes search string, returns memory list) Create Memory -- action module (takes topic, summary, tags; returns created memory) Update Memory -- action module (takes memory ID + new data) Delete Memory -- action module (takes memory ID) Watch for New Memories -- trigger module (webhook-based for instant notifications, or polling) Load Persona -- action module (takes persona ID/name) List Personas -- search module (returns available personas) Get Memory by ID -- action module (takes memory ID, returns full memory) Call API Integration -- action module (takes service name + endpoint, calls Enovari's 140+ APIs) 1. Join Make Partner Program: Apply at https://www.make.com/en/become-a-partner. Make offers five partnership tiers. An active Make Partnership Agreement is required to post apps to the Make Apps Marketplace. 2. Access Make Apps Editor: The Make Apps Editor is a JSON-based configuration environment available as: (a) a browser-based web editor, or (b) a VS Code extension (Integromat.apps-sdk) that syncs files to Make via API. Both support code suggestions, IML syntax highlighting, and real-time validation. 3. Define Base Configuration: API base URL: https://enovari.ai/api/v1 (or whatever Enovari's API base is) Authentication: API Key (header-based) or OAuth 2.0 Define common parameters (API key, user ID) 4. Build Each Module (five module types supported): Action -- single-record write/read (e.g., Create Memory, Update Memory, Delete Memory) Search -- multi-record query (e.g., Search Memories, List Personas) Trigger -- scheduled polling (e.g., Watch for New Memories via polling) Instant trigger -- webhook push (e.g., Watch for New Memories via webhook) Universal / Make an API call -- catch-all for advanced users Each module has: communication (API call definition), parameters (user inputs), and mappable output Define error handling (what HTTP status codes mean what) 5. Test in Make's Sandbox: Make provides a sandbox environment for testing 6. Submit for Review: Navigate to Custom Apps dashboard > your app > "Request review" and fill in the submission form. Make performs a business review (not technical/security review). Review takes 2-3 business days to accept or reject. 7. Post-Launch: Monitor in Make's partner dashboard. All Partner-developed apps are subject to ongoing review. "Multi-step AI research pipeline: Scrape web -> Store in Enovari -> Summarize with AI -> Send report" "CRM-to-AI sync: New HubSpot contact -> Create Enovari memory with contact context" "Meeting follow-up: Calendar event ends -> Search Enovari for meeting context -> Draft follow-up email" The Make Partner Program has five tiers -- start at the lowest tier and upgrade as needed. Make's business review (not technical review) means faster approval than Zapier. The VS Code extension (Integromat.apps-sdk`) is much better for development than the browser editor -- use it. Make developer docs: https://developers.make.com/custom-apps-documentation
n8n Community Node -- Detailed Build Guide
Medium
Additional Info
Open-source, self-hosted -- appeals to developers and privacy-conscious users Growing rapidly, strong community Community nodes are npm packages -- easy to build and distribute 1. Scaffold the node: Use n8n's interactive CLI generator: npm create @n8n/node -- this starts fresh with an interactive generator that scaffolds the project. Alternatively, generate from the n8n-nodes-starter template at https://github.com/n8n-io/n8n-nodes-starter and run npm install. 2. Define credentials: Create an EnovariApi.credentials.ts file with API key authentication 3. Build node operations: Enovari.node.ts -- main node file with all operations Operations: Create Memory, Search Memory, Update Memory, Delete Memory, Load Persona, List Personas, Call API Each operation maps to an Enovari API endpoint 4. Publish to npm: Run npm run release locally to bump the version, commit, tag, and push. This triggers the GitHub Actions workflow to publish to npm. 5. Submit for verification: Open a PR to n8n's community nodes registry. See https://docs.n8n.io/integrations/community-nodes/build-community-nodes/ for full guide. Important: From May 1st 2026, nodes submitted for verification must be published using GitHub Actions with a provenance statement. n8n will not accept verified nodes published directly from a local machine. 6. Promote: Post in n8n's community forum and Discord n8n nodes are TypeScript classes implementing INodeType Support for webhook triggers (for "Watch for New Memories") Can include binary data handling for file attachments npm package name MUST start with n8n-nodes- or @<scope>/n8n-nodes- for auto-discovery (e.g., n8n-nodes-enovari or @enovari/n8n-nodes-memory) If scaffolded with npm create @n8n/node, the project includes a ready-to-use publish.yml GitHub Actions workflow 60% of n8n pieces are community-contributed -- active community
Pipedream Integration
Medium
Pipedream Advantage
Developers can use Enovari's API directly in Pipedream workflows via Node.js/Python code steps even before an official integration exists. Marketing this capability is low-effort.
Additional Info
1. Fork PipedreamHQ/pipedream on GitHub (https://github.com/PipedreamHQ/pipedream) 2. Create component files under components/enovari/ 3. Define actions (things Enovari does) and sources (triggers that start workflows) 4. Run automated checks locally with pnpm before submitting (linting and code quality checks run automatically on PRs) 5. Submit PR to Pipedream's repo. Follow the Component Guidelines & Patterns at https://pipedream.com/docs/components/guidelines 6. Pipedream team reviews, provides feedback, and merges when approved 7. Once merged, the component is available for all Pipedream developers in workflows 8. Join #contribute channel in Pipedream's Slack or Discourse for community support

4. Complementary Products & Partnership Targets

8 items
AI Products That Need Memory (Highest Value Partners)
Medium
goose (Block/Square)
Open-source AI coding agent | Has built-in memory extension but could benefit from cross-platform persistence and structured memory | GitHub issues/discussions at github.com/block/goose. Goose has a community Discord. | Enovari as a recommended memory extension in goose's extensions directory. Joint blog post. | Their users get production-grade cross-platform memory instead of basic session memory. Goose becomes more valuable. | HIGH
Cline
Autonomous VS Code coding agent | No persistent memory across sessions. Users lose all context when starting new sessions. | GitHub issues at github.com/cline/cline. Cline has ~50k GitHub stars, active community. | Recommend Enovari in Cline's MCP documentation. Tutorial showing Cline + Enovari. | Cline users become more productive -- AI remembers past coding decisions, preferences, project context. Reduces "re-explaining" frustration. | HIGH
Roo Code
AI coding assistant | Limited memory capabilities | GitHub or roocode.com contact | Similar to Cline partnership. Recommend Enovari in docs. | Same benefits as Cline -- persistent coding context. | MEDIUM
Langflow
Visual AI workflow builder | Workflows lack memory between runs. Users must re-provide context. | GitHub at github.com/langflow-ai/langflow, or DataStax team (Langflow's parent). | Enovari as a pre-built MCP server in Langflow's marketplace. Joint tutorial. | Workflows become stateful. Users can build "learning" workflows that improve over time. | HIGH
CrewAI
Multi-agent framework | Agents need shared persistent memory. Current memory is per-session. | GitHub at github.com/crewAIInc/crewAI. Also crewai.com for commercial inquiries. | Build Enovari as a CrewAI memory provider. Joint documentation. | Multi-agent teams share persistent memory. Agents learn from past crew runs. Huge value for CrewAI's positioning. | HIGH
AutoGen (Microsoft)
Multi-agent framework | Agents lose context between sessions | GitHub at github.com/microsoft/autogen. Microsoft Research contacts. | Build Enovari as an AutoGen memory plugin. PR to their repo. | Same as CrewAI -- persistent agent memory. Microsoft connection could lead to larger partnerships. | MEDIUM
LangChain / LangGraph
AI development framework | Memory modules exist but are basic. No cross-platform persistence. | GitHub or langchain.com. Harrison Chase (CEO) active on Twitter. | Build Enovari as a LangChain memory provider (EnovariMemory class). List in LangChain's integrations. | LangChain gets a production-grade memory backend. Their users get cross-platform persistence they can't get elsewhere. | HIGH
Semantic Kernel (Microsoft)
AI orchestration SDK | Memory plugin system exists but needs external backends | GitHub at github.com/microsoft/semantic-kernel. Microsoft developer relations. | Build Enovari as a Semantic Kernel memory connector. PR to their repo or publish as NuGet package. | .NET/enterprise developers get a ready-made memory backend. Microsoft ecosystem integration. | MEDIUM
Haystack (deepset)
AI pipeline framework | Needs persistent memory stores | GitHub at github.com/deepset-ai/haystack. deepset.ai team. | Build Enovari as a Haystack document store / memory component. | Haystack users get persistent memory across pipeline runs. | LOW
Additional Info
These products would benefit enormously from having persistent memory, and Enovari directly solves their gap.
Chatbot & Conversational AI Platforms
Medium
Botpress
Chatbots need long-term user memory across conversations | botpress.com/partners or GitHub | Enovari as a memory integration in Botpress's integration marketplace | Their chatbots remember user preferences, past interactions, purchase history across sessions. Major differentiator vs competitors. | MEDIUM
Voiceflow
Conversational AI needs memory for personalized interactions | voiceflow.com/partners | Enovari as a Voiceflow integration | Voice assistants that remember users. Personalization without custom code. | MEDIUM
Intercom Fin
Support AI needs customer context memory | intercom.com/partners | API-level integration or MCP connection | Support AI that remembers past tickets, customer preferences, company context. Reduces resolution time. | LOW
Drift / Salesloft
Sales AI needs prospect memory | Partnership pages on their websites | Enterprise integration | Sales AI remembers prospect conversations, objections, preferences across touchpoints. | LOW
Rasa
Open-source chatbot framework | GitHub at github.com/RasaHQ/rasa | Build Enovari as a Rasa memory component, PR to their repo | Open-source users get production memory. Rasa ecosystem becomes more capable. | LOW
Chainlit
Build conversational AI apps | GitHub at github.com/Chainlit/chainlit | MCP integration tutorial | Chainlit apps get persistent memory with minimal code. | LOW
Streamlit
Data apps with AI | streamlit.io community or GitHub | Streamlit component or tutorial | Data app builders can add persistent AI memory to their apps. | LOW
AI Agent Frameworks
Medium
SpinAI
Tools | Medium | GitHub at github.com/spinai-dev | Observable agents with persistent memory. | MEDIUM
BeeAI Framework
Tools | High - agents need persistent memory | GitHub at github.com/i-am-bee/beeai-framework (IBM-backed) | Agent workflows get persistent state. Agents learn across invocations. | HIGH
Swarms
Tools, Discovery | High - multi-agent memory sharing | GitHub at github.com/kyegomez/swarms. Kye Gomez (founder) active on Twitter/X. | Multi-agent systems share persistent memory. Agents coordinate better across sessions. | HIGH
fast-agent
Resources, Prompts, Tools, Discovery, Sampling, Roots, Elicitation, Instructions (most complete MCP support of any agent framework) | High - agent workflows need state | GitHub at github.com/evalstate/fast-agent | Agents get persistent state with full MCP feature support. | HIGH
Daydreams
Resources, Prompts, Tools | High - onchain agents need memory | GitHub at github.com/daydreamsai/daydreams | Onchain agents remember past transactions and strategies. | MEDIUM
mcp-agent
Resources, Prompts, Tools, Sampling (partial), Roots, Elicitation | High - composable agents need memory | GitHub at github.com/lastmile-ai/mcp-agent | Composable agent workflows get persistent state. | HIGH
mcp-use
Resources, Prompts, Tools, Discovery, Sampling, Elicitation | High - Python LLM connector needs memory | GitHub at github.com/pietrozullo/mcp-use | Python developers get persistent memory in their LLM workflows. | MEDIUM
NVIDIA AIQ Toolkit
Tools | High - enterprise agents need memory | NVIDIA developer program, GitHub at github.com/NVIDIA/AIQToolkit | Enterprise agents get persistent memory. NVIDIA ecosystem integration. | HIGH
GenAIScript (Microsoft)
Resources, Tools | Medium | GitHub at github.com/microsoft/genaiscript | JavaScript prompt workflows get persistent context. | MEDIUM
Genkit (Firebase/Google)
Resources (partial), Prompts, Tools | Medium | GitHub at github.com/firebase/genkit | Firebase/Google Cloud developers get persistent memory. Google ecosystem. | MEDIUM
Enterprise AI & Productivity Platforms
Medium
Microsoft Copilot Studio
Enovari as memory layer for enterprise Copilot agents | Microsoft partner program, learn.microsoft.com | Enterprise customers get persistent memory for custom Copilots. Differentiator for Copilot Studio. | HIGH
Salesforce Einstein
CRM AI needs persistent memory for customer relationships | Salesforce AppExchange partnership, salesforce.com/partners | Einstein AI remembers customer interactions, preferences, and context across all touchpoints. | HIGH
HubSpot AI
Marketing AI needs campaign memory and contact context | HubSpot App Marketplace, hubspot.com/partners | Marketing AI learns from campaign performance, remembers prospect context. | MEDIUM
Notion AI
Workspace AI needs cross-document memory and project context | Notion API partnerships, notion.so/developers | Notion AI remembers context across workspaces and documents. | MEDIUM
Slack AI
Team AI needs conversation memory beyond Slack's search | Slack App Directory, api.slack.com/partners | Slack AI remembers decisions, action items, and context from past conversations. | MEDIUM
Atlassian Intelligence
Dev tools AI needs project memory across Jira/Confluence | Atlassian Marketplace, atlassian.com/partners | AI remembers sprint history, architectural decisions, past incident resolutions. | MEDIUM
No-Code / Low-Code AI Platforms
Medium
AgenticFlow
2,500+ API agents need persistent memory | agenticflow.ai contact or support | Their agents learn and improve over time. Users build smarter workflows. | HIGH
MindPal
Business process agents need memory | mindpal.io contact | Business agents remember past decisions and outcomes. | MEDIUM
Lutra
Workflow automation needs memory between runs | lutra.ai contact | Workflows become stateful. Playbooks improve with use. | MEDIUM
Memex
Already builds MCP servers, natural partner for memory | memex.tech contact | Their users get production-grade memory instead of building from scratch. Perfect complementary product. | HIGH
FlowiseAI
Visual chatbot builder needs memory | GitHub at github.com/FlowiseAI/Flowise | Chatbots built in Flowise remember users across sessions. | MEDIUM
Dify
LLMOps platform needs memory layer | GitHub at github.com/langgenius/dify, dify.ai | Production AI apps get persistent memory. Major missing feature for Dify users. | MEDIUM
Superinterface
In-app AI assistants need memory | superinterface.ai contact | Embedded AI assistants remember user preferences and past interactions. | MEDIUM
FLUJO
Workflow builder + AI needs state | GitHub at github.com/mario-andreschak/flujo | Workflows maintain state across runs. | LOW
Desktop AI Chat Clients
Medium
Chatbox
Tools | YES - built-in marketplace | Submit via their developer process. Chatbox has 37K+ GitHub stars. | HIGH
BoltAI
Tools | Import from Claude config | No formal marketplace. Create setup guide for BoltAI users. | MEDIUM
ChatWise
Tools | No | No marketplace, but supports MCP config. Create tutorial. | LOW
ChatFrame
Tools | No | No marketplace. Cross-platform desktop app, create tutorial. | LOW
Witsy
Tools | Via Smithery.ai | Get listed on Smithery (which Witsy uses for MCP discovery). | MEDIUM
TypingMind
Tools | Via MCP Connector | Create setup guide for TypingMind's MCP Connector. Works across devices. | MEDIUM
Tome
Tools | YES - manages MCP servers via UI | Submit to Tome's server directory. Beginner-friendly audience. | MEDIUM
Chorus
Tools | YES - one-click MCP install | Contact via chorus.sh. Mac-only app. | LOW
FlowDown
Tools | No | GitHub at github.com/Lakr233/FlowDown. Privacy-focused audience. | LOW
RecurseChat
Tools | Import from Claude config | Create tutorial. Supports Claude Desktop config import. | LOW
Simtheory
Resources, Prompts, Tools, Discovery | YES - MCP Store with hosted servers | Contact via simtheory.ai. They host MCP servers for plug-and-play. | HIGH
Kilo Code
Resources, Tools, Discovery | YES - MCP Marketplace with one-click installs | Submit to their marketplace via kilo.ai developer process. | HIGH
goose (Block)
Apps, DCR, Discovery, Elicitation, Instructions, Prompts, Resources, Roots, Sampling, Tools (most complete support) | YES - extensions directory | Submit to extensions directory at block.github.io/goose/v1/extensions/ | HIGH
Jenova
Tools, Discovery | YES - 30+ pre-integrated servers, MCP recommendations | Contact via jenova.ai. They recommend servers based on user tasks. | HIGH
Additional Info
These are direct channels to end users. Getting Enovari pre-configured or featured in their MCP marketplaces would drive adoption.
Mobile MCP Clients
Medium
Jenova
iOS, Android | Tools, Discovery | Best mobile MCP client for non-technical users. 30+ pre-integrated servers. | HIGH
systemprompt
iOS, Android | Resources, Prompts, Tools, Sampling | Voice-controlled MCP management. | MEDIUM
BoltAI
iOS (mobile app) | Tools | Remote MCP server integration in mobile app. | LOW
WhatsMCP
WhatsApp (any platform) | Tools | MCP via WhatsApp. Unique distribution channel. | MEDIUM
Joey
iOS, Android, macOS, Windows, Linux | Prompts, Tools, Sampling, Elicitation, Apps | Mobile-first, connects via Streamable HTTP with OAuth. | MEDIUM
Additional Info
Mobile clients represent a growing channel for reaching non-developer users.
Specialized / Niche MCP Clients
Medium
Superjoin
Google Sheets AI | Spreadsheet users can query/store AI memories from within Google Sheets. | LOW
rtrvr.ai
Chrome AI agent | Browser automation with persistent memory of web research. | LOW
Shortwave
AI email client | Email context and relationships persist in memory. | LOW
Proxyman
HTTP debugger | Debug session memory persists across sessions. | LOW
HyperAgent
AI-powered Playwright | Test automation with persistent memory of test patterns. | LOW
Postman
API testing platform | Developers testing APIs can use Enovari to remember API patterns, auth configs, test data. 30M+ users. | MEDIUM

5. Developer Ecosystem

4 items
Package Registry Listings
Medium
npm
@enovari/client | JavaScript/TypeScript client library | HIGH
PyPI
enovari-mcp-server | MCP server for Python users | HIGH
Docker Hub
enovari/mcp-server | Docker image for self-hosted MCP | MEDIUM
NuGet
Enovari.Client | .NET client library | LOW
crates.io
enovari | Rust client library | LOW
Go modules
github.com/enovari/go-client | Go client library | LOW
Additional Info
[ ] Publish @enovari/mcp-server to npm with mcpName field (required for MCP Registry) [ ] Publish enovari Python package to PyPI with mcp-name comment in README [ ] Create Docker image for easy deployment with LABEL io.modelcontextprotocol.server.name [ ] Include comprehensive README with examples in each package [ ] Set up CI/CD for automated publishing [ ] Add mcpName field to npm package.json for MCP Registry verification
API Documentation Platforms
Medium
ReadMe
https://readme.com | Interactive API docs with "Try It" | HIGH
Swagger/OpenAPI
https://swagger.io | API specification standard | HIGH
RapidAPI
https://rapidapi.com | API marketplace listing | MEDIUM
APIs.guru
https://apis.guru | API directory | MEDIUM
API Tracker
https://apitracker.io | API discovery platform | LOW
ProgrammableWeb
https://programmableweb.com | API directory (legacy but still indexed by search engines) | LOW
Postman API Network
https://postman.com/explore | Publish Enovari API collection. Postman has full MCP support so users can test MCP directly. | HIGH
Additional Info
[ ] Publish OpenAPI/Swagger spec for Enovari API [ ] Create Postman Collection and publish to Postman API Network [ ] List on RapidAPI for developer discovery [ ] Consider ReadMe for interactive documentation
Developer Community Presence
Medium
GitHub
https://github.com/enovari | Open-source client libraries, examples, templates | CRITICAL
Dev.to
https://dev.to | Technical articles and tutorials | HIGH
Hashnode
https://hashnode.com | Developer blog posts | MEDIUM
Stack Overflow
https://stackoverflow.com | Answer questions, create tag | MEDIUM
Discord
Create Enovari Discord | Community hub for users and developers | HIGH
Reddit
r/artificial, r/ChatGPT, r/LocalLLaMA, r/mcp | Community engagement | MEDIUM
Hacker News
https://news.ycombinator.com | Show HN launch post | HIGH
Product Hunt
https://producthunt.com | Product launch | HIGH
IndieHackers
https://indiehackers.com | Founder community | MEDIUM
X/Twitter
@enovari | Developer relations | HIGH
YouTube
Enovari channel | Tutorial videos | MEDIUM
Developer Education Content
Medium
Quick Start Guide
"Add memory to your AI agent in 5 minutes" | GitHub README, docs site
Tutorial Series
"Building AI agents with persistent memory" | Dev.to, YouTube
Code Examples
Python, TypeScript, integration examples | GitHub repos
API Reference
Complete endpoint documentation | Docs site, ReadMe
MCP Integration Guide
"How to add Enovari to any MCP client" | Docs site
Video Walkthroughs
Setup, configuration, advanced usage | YouTube
Cookbooks
Recipes for common memory patterns | GitHub, docs
Templates
Starter projects with Enovari pre-configured | GitHub template repos
IDE-Specific Guides
"Enovari + Cursor", "Enovari + VS Code Copilot", etc. | Docs site, blog
Framework Guides
"Enovari + LangChain", "Enovari + CrewAI", etc. | Docs site, Dev.to
Additional Info
Create these assets to drive developer adoption:

6. Partnership Outreach Strategy

6.1 Partnership Tiers

Tier 1: Strategic Partners (Deep Integration)

  • Target: Anthropic, OpenAI, Microsoft, Google
  • Goal: Official ecosystem listing, co-marketing, API integration
  • Approach: Formal partnership application, executive outreach
  • Timeline: 3-6 months for partnership establishment
  • Reality Check: These companies get thousands of partnership requests. Focus on making Enovari work perfectly with their products first, then apply to partner programs with usage data.
  • Tier 2: Technology Partners (Integration Partners)

  • Target: AI agent frameworks, IDE makers, automation platforms
  • Goal: Native integration, co-developed features
  • Approach: Developer relations outreach, open-source contributions
  • Timeline: 1-3 months per integration
  • Best Approach: Build the integration first, then tell them about it. A working integration is 10x more persuasive than a proposal.
  • Tier 3: Community Partners (Cross-Promotion)

  • Target: Other MCP server makers, AI tool creators, content creators
  • Goal: Mutual promotion, joint content, shared communities
  • Approach: Direct DM/email, GitHub engagement, community presence
  • Timeline: 2-4 weeks per relationship
  • Best Approach: Start by genuinely using and promoting their product. Then reach out with a specific cross-promotion idea.
  • 6.2 Outreach Templates

    Template A: MCP Directory Submission

    
    Subject: Submit Enovari Memory Server to [Directory Name]

    Hi [Directory Team],

    I'd like to submit Enovari (https://enovari.ai) to your MCP server directory.

    Enovari is an AI memory platform that provides persistent, portable, structured memory for AI assistants across all platforms. It's an MCP server that works with Claude, ChatGPT, Cursor, and any MCP-compatible client.

    Key capabilities:

  • Persistent cross-session memory for AI
  • 140+ built-in API integrations
  • Persona system for customized AI behavior
  • Hybrid BM25+vector memory search
  • Works with every major MCP client
  • Server details:

  • Name: ai.enovari/memory
  • Transport: [stdio/SSE/Streamable HTTP]
  • Package: @enovari/mcp-server on npm
  • Website: https://enovari.ai
  • GitHub: [link]
  • Would love to be listed. Happy to provide any additional information needed.

    Best, [Name] Silicon Harbor / Enovari

    Template B: Integration Partnership Proposal

    
    Subject: Integration Partnership: Enovari Memory + [Partner Product]

    Hi [Partner Name],

    I'm reaching out from Enovari (https://enovari.ai) - we build persistent memory for AI assistants via the Model Context Protocol (MCP).

    I noticed that [Partner Product] is [specific observation about their product's memory gap or potential benefit]. Enovari could complement your offering by providing:

  • Persistent Memory: AI assistants using [Partner Product] would remember
  • context across sessions automatically
  • Cross-Platform Portability: Memory from [Partner Product] carries over to
  • any MCP-compatible client
  • Structured Knowledge: Not just raw chat history - organized, searchable,
  • tagged memories

    What an integration could look like:

  • [Specific technical integration point]
  • [User benefit example]
  • [Joint value proposition]
  • We currently support 140+ API integrations and work with Claude, ChatGPT, Cursor, and every major MCP client.

    Would you be open to a 20-minute call to explore a potential integration?

    Best, [Name] Silicon Harbor / Enovari

    Template C: Cross-Promotion with MCP Server Makers

    
    Subject: Cross-promotion idea: Enovari Memory + [Their Server]

    Hey [Name],

    Love what you've built with [Their MCP Server]. We're building Enovari (https://enovari.ai) - persistent memory for AI via MCP.

    Our servers are super complementary: [Their server] does [X] and Enovari remembers everything, so the AI can build on past interactions.

    Some cross-promotion ideas:

  • Mention each other in our "Works great with" sections
  • Joint tutorial showing both servers working together
  • Share each other's content with our communities
  • Interested?

    [Name]

    Template D: Open-Source Contribution Introduction

    
    Subject: [PR/Issue] Add Enovari as memory provider for [Framework]

    Hi [Maintainer],

    I've built an integration that adds Enovari (https://enovari.ai) as a memory provider for [Framework]. Here's what it does:

  • Persistent cross-session memory via MCP
  • Drop-in replacement for [existing memory solution]
  • Hybrid BM25+vector search for fast, relevant recall
  • Works across platforms (memory in [Framework] is accessible from
  • Claude, ChatGPT, Cursor, etc.)

    I've submitted a PR at [link] with the integration code, tests, and documentation.

    Happy to iterate based on feedback. Let me know if you have any questions.

    Best, [Name]

    6.3 Co-Marketing Proposals

    6.4 Revenue Sharing Models


    7. Solo Founder Partnership Playbook

    7.1 Reality Check: Partnering Without Money or a Team

    As a solo founder, traditional partnership approaches (business development teams, co-marketing budgets, enterprise sales cycles) are not available. Here is what actually works:

    Your Biggest Assets:

  • Speed: You can build integrations fast without corporate approval chains
  • Authenticity: Founders talking to founders is more genuine than BD teams
  • Technical depth: You understand the product better than anyone
  • Flexibility: You can customize integrations quickly for partners
  • What to Offer When You Have No Money:

  • Build the integration first. Don't ask for permission. Build a working integration with their product, then show it to them. This is 100x more effective than a partnership proposal email.
  • Free cross-promotion. Offer to mention them in your docs, tutorials, and social media. This costs nothing and creates goodwill.
  • Free tier access. Offer their team/users free access to Enovari. Usage data is more valuable than revenue at this stage.
  • Joint content creation. Offer to write the blog post, create the tutorial, or record the video. Most companies want content but don't have time to create it.
  • Open-source contributions. Contribute code to their repo. This builds trust and gives them something tangible.
  • Bug reports and feedback. Genuinely use their product, report bugs, suggest improvements. Become a power user before asking for partnership.
  • Community participation. Be active in their Discord/GitHub/forums. Help other users. Build reputation before asking for anything.
  • 7.2 The Solo Founder Partnership Sequence

    Follow this order for each target partner:

  • Week 1-2: Use their product. Actually use it. Understand it deeply. Note pain points where memory would help.
  • Week 2-3: Build the integration. Create a working demo of Enovari + their product. Document it.
  • Week 3: Share publicly. Post the integration on Twitter, Dev.to, their community forum. Tag them but don't ask for anything.
  • Week 4: Direct outreach. Send a short email/DM: "Hey, I built this integration. Here's a demo. Would love to get it listed in your docs/marketplace."
  • Ongoing: Maintain and support. Keep the integration working. Respond to user issues. This builds trust for deeper partnership later.
  • 7.3 Partnership Red Flags

    Watch out for these warning signs when evaluating potential partnerships:

    7.4 High-ROI Partnership Activities (Solo Founder Edition)

    Rank by effort-to-impact ratio:

    7.5 Solo Founder Time Management for Partnerships

    With limited time, batch partnership work into focused sprints:

    Sprint 1: Directory Blitz (1-2 days) Submit to every directory in one focused session. Prepare a standard description, logo, and screenshots beforehand. Copy-paste across all directories. Track in a spreadsheet with columns: Directory, URL, Submission Date, Status, Notes.

    Sprint 2: GitHub PR Sprint (half day) Prepare PRs for both awesome-mcp-servers repos in one sitting. Write the one-line description once, format for both repo styles.

    Sprint 3: Deeplink & Install Link Sprint (half day) Generate LM Studio deeplink, Replit install link, and any other one-click install URLs. Add "Add to [Client]" buttons to enovari.ai.

    Sprint 4: Outreach Sprint (1-2 days) Send all partnership emails in one batch. Use the templates from Section 6.2. Personalize each one (takes 10-15 min per email). Send 5-10 emails per sprint. Do NOT follow up more than once -- if they are interested, they will reply.

    Ongoing: 30-Minute Daily Ritual Spend 30 minutes per day on one of: (a) responding to partnership inquiries, (b) participating in MCP community forums, (c) helping users in partner product communities, (d) writing a short tutorial or social post.

    7.6 Free Tools for Solo Founder Partnership Tracking

    You do not need a CRM. Use these free tools:

    7.7 What to Do When a Big Company Says Yes

    If a Tier 1 or Tier 2 partner shows interest, here is how to not fumble it:

  • Respond within 24 hours. Speed signals seriousness.
  • Have a one-pager ready. A single page covering: what Enovari does, how the integration works, what is needed from them, timeline. Not a pitch deck -- a technical one-pager.
  • Propose a specific next step. Not "let's chat sometime" but "Can we do a 20-minute call Thursday at 2pm? I'll show a working demo."
  • Build a working prototype before the call. Even if rough, showing something working is 10x more persuasive than slides.
  • Ask for one small thing. Not "make us your official memory partner." Instead: "Can we get listed in your docs/marketplace?" or "Can we do a joint tutorial?" Small wins compound.
  • Get it in writing. Even informal agreements should be in an email thread. "Just to confirm, you'll add us to your extensions directory and we'll write the setup tutorial. Sound right?"
  • Do not hire a lawyer for a cross-promotion. Save legal costs for actual revenue-sharing agreements. Most early partnerships are informal and do not need contracts.

  • 8. Priority Action Items

    Phase 1: Foundation (Weeks 1-4)

    Phase 2: Expand Presence (Weeks 5-8)

    Phase 3: Partnerships (Weeks 9-16)

    Phase 4: Scale (Weeks 17+)


    Appendix A: Complete MCP Client List (Verified Compatibility Targets)

    Every client listed below supports MCP and is therefore a platform where Enovari should work. This list is sourced from the official MCP documentation at modelcontextprotocol.io/clients. Verified count: 108 clients (as of April 2026).

    Note: The official page states: "This list is maintained by the community. If you notice any inaccuracies or would like to add or update information about MCP support in your application, please submit a pull request." The list grows regularly. To add a client, submit a PR at https://github.com/modelcontextprotocol/modelcontextprotocol/pulls.

    Verification note (April 2026): The official modelcontextprotocol.io/clients page lists exactly 108 unique McpClient entries. This was verified by counting every component on the page source. All 108 entries in this table correspond 1:1 with the official listing. The count may increase over time as new clients are added regularly via pull requests to the modelcontextprotocol GitHub repo. The MCP features supported by each client were also verified against the official page during this fact-check.


    Appendix B: MCP Registry Publishing Checklist

    
    Pre-Publish:
    [ ] Enovari MCP server code packaged for npm/PyPI
    [ ] Package includes mcpName field (npm) or mcp-name comment (PyPI)
    [ ] server.json created with mcp-publisher init
    [ ] server.json reviewed and edited for accuracy
       - name: "ai.enovari/memory"
       - description: compelling, accurate
       - version: matches package version
       - packages: correct registry type, identifier, transport
       - environmentVariables: all required env vars documented
    [ ] DNS TXT record or HTTP .well-known file set up at enovari.ai
       - Format: v=MCPv1; k=ed25519; p=
       - For DNS: enovari.ai. IN TXT "v=MCPv1; k=ed25519; p="
       - For HTTP: file at https://enovari.ai/.well-known/mcp-registry-auth
    [ ] mcp-publisher CLI installed (brew install mcp-publisher or binary download)
    [ ] Ed25519 (recommended) or ECDSA P-384 key pair generated

    Publish Steps: [ ] Package published to npm/PyPI (MCP Registry only hosts metadata, not code) [ ] mcp-publisher login dns --domain "enovari.ai" --private-key "" (or: mcp-publisher login http --domain "enovari.ai" --private-key "") (or: mcp-publisher login github for io.github.enovari/* namespace) [ ] mcp-publisher publish [ ] Verified via: curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=ai.enovari/memory" [ ] GitHub Actions set up for automated future publishes (see https://modelcontextprotocol.io/registry/github-actions)

    Post-Publish: [ ] Verify listing appears in registry API search results [ ] Check downstream aggregators pick up listing (Glama, PulseMCP, etc.) [ ] Monitor for any issues or moderation flags [ ] Update server.json for each new version release [ ] Monitor registry for competitor memory servers


    Appendix C: Key URLs Reference


    Appendix D: MCP Feature Glossary

    Understanding what each MCP feature means helps prioritize which clients to target:

    ActivityDescriptionTarget Partners
    Joint Blog Post"Building AI Agents with Memory: [Partner] + Enovari"Agent frameworks, IDEs
    Tutorial Video"How to add persistent memory to [Partner Product]"IDEs, chat clients
    Webinar"The future of AI memory in [domain]"Enterprise platforms
    Case Study"How [Customer] uses [Partner] + Enovari together"All partners
    Open Source TemplateStarter project featuring both productsFrameworks, tools
    Social Media Cross-PostShare each other's launches and contentAll partners
    Conference Co-PresentationPresent together at AI/dev conferencesStrategic partners
    Newsletter FeatureFeature in each other's newslettersAll partners
    ModelDescriptionBest For
    Affiliate/ReferralPartner earns % of signups they refer (15-25% of first year)Content creators, community partners
    Revenue ShareSplit revenue on joint customers (20-30% to referrer)Technology partners with large user bases
    BundlingEnovari included in partner's plan at wholesale rateEnterprise platforms, IDE makers
    White-LabelPartner resells Enovari under their brandLarge platforms wanting memory feature
    Free Tier IntegrationEnovari free tier for partner's users, premium upsellHigh-volume partners for user acquisition
    API CreditsPartner's users get Enovari API creditsDeveloper platforms
    Red FlagWhat It MeansWhat to Do
    "Send us a detailed proposal and we'll review it"They're not interested enough to have a conversation. Your proposal will go into a queue and die.Send a 3-sentence email with a demo link instead. If they're interested, they'll respond.
    "We need exclusivity"They want to lock you in. Exclusivity with one partner limits all future options.Never agree to exclusivity at this stage. Your value is that memory works everywhere.
    "We'll promote you to our user base if you build X for free"They want free development work with a vague promise of promotion.Only build things that benefit your own users too. Ask for specific promotion commitments (newsletter mention on date X, blog post by date Y).
    "Our legal team needs to review this"Partnership will take 6+ months and you'll lose momentum. Normal for enterprises, red flag for startups.Focus on partnerships that can happen informally first. Formalize later when there's real traction.
    "Can you white-label this for us?"They want your product without your brand. Can be lucrative long-term but kills brand building short-term.Only consider if they have significant distribution and will drive real revenue. Otherwise, insist on co-branding.
    Partner has no users / no tractionPartnership with a zero-user product gives zero distribution benefit.Focus on partners who already have users. Even a small active user base (1,000+) is better than a large-sounding company with no traction.
    They want you to pay to be listedSome "partner programs" are just advertising schemes.Legitimate marketplaces (Zapier, Make, etc.) are free to list on. Be skeptical of paid listings unless the platform has proven distribution.
    They keep rescheduling or ghostingThey're not prioritizing this. You shouldn't either.Send one follow-up. If still no response, move on. Come back when you have more traction.
    ActivityEffortImpactDo First?
    Submit to MCP RegistryLow (1-2 days)Very High (feeds all aggregators)YES
    Submit PRs to awesome-mcp-servers reposLow (1 hour each)High (top search results)YES
    Submit to Smithery, Glama, MCP.soLow (1-2 hours each)Medium-HighYES
    Create LM Studio deeplinkLow (30 min)MediumYES
    Submit to goose extensions directoryLow (1-2 hours)Medium-HighYES
    Submit to Cursor DirectoryLow (30 min)High (large Cursor user base)YES
    Submit to all secondary directories (MCP Server Spot, mcpservers.com, etc.)Low (2-3 hours total)Low-Medium (SEO backlinks + discovery)YES, batch it
    Build n8n community nodeMedium (2-3 days)Medium-High (dev audience)YES
    Build Zapier integrationMedium-High (1-2 weeks)High (6M+ users)After launch
    Contact Cline/Roo Code for recommendationLow (1 email + demo)MediumAfter launch
    Build LangChain memory providerMedium (1 week)High (massive dev audience)After launch
    Apply to Anthropic/OpenAI partner programsLow (1 application)Variable (may take months)Send it, don't wait on it
    Joint blog posts with MCP server makersMedium (1-2 days per post)MediumAfter establishing relationships
    Conference presentationsHigh (travel, prep, time)Medium-Low for a solo founderSkip for now
    ToolPurposeCost
    GitHub Issues (private repo)Track partnership status per targetFree
    Google SheetsDirectory submission tracker, partnership pipelineFree
    Notion (free tier)Partnership database with status, contact info, notesFree
    GitHub ProjectsKanban board for partnership phasesFree
    Email labels/foldersOrganize partnership correspondenceFree
    #ActionOwnerPriorityStatus
    1Publish to Official MCP Registry -- Generate Ed25519 key pair, add DNS TXT record to enovari.ai, register ai.enovari namespaceDevCRITICALTODO
    2Publish @enovari/mcp-server npm package with mcpName: "ai.enovari/memory"DevCRITICALTODO
    3Publish enovari PyPI package with in READMEDevHIGHTODO
    4Submit PR to punkpeye/awesome-mcp-serversMarketingHIGHTODO
    5Submit PR to wong2/awesome-mcp-serversMarketingHIGHTODO
    6Submit to Glama MCP Server DirectoryMarketingHIGHTODO
    7Submit to Smithery registryMarketingHIGHTODO
    8Submit to MCP.soMarketingHIGHTODO
    9Submit to Cursor DirectoryMarketingHIGHTODO
    10Create OpenAPI/Swagger spec for Enovari APIDevHIGHTODO
    11Set up DNS TXT record for MCP Registry auth on enovari.ai (or HTTP auth at .well-known/mcp-registry-auth)DevCRITICALTODO
    #ActionOwnerPriorityStatus
    12Submit to MCPHub, MCPBundles, MCPGallery, PulseMCP, MCP Server Spot, mcpservers.com, MCP Server Finder, mcpservers.org, AI Agents List, MCP MarketMarketingMEDIUMTODO
    13Create Postman Collection and publish to API NetworkDevHIGHTODO
    14List on RapidAPIMarketingMEDIUMTODO
    15Create setup guides for Cursor, Windsurf, VS Code Copilot, JetBrainsDocsHIGHTODO
    16Contact Chatbox, Simtheory, Kilo Code for marketplace listingMarketingHIGHTODO
    17Contact goose extensions directory for listingMarketingHIGHTODO
    18Contact Jenova for pre-integrationMarketingHIGHTODO
    19Apply to Anthropic partner programBDHIGHTODO
    20Ensure Enovari works with ChatGPT MCP connections (OAuth/DCR)DevHIGHTODO
    21Launch on Product HuntMarketingHIGHTODO
    22Post Show HN on Hacker NewsMarketingHIGHTODO
    23Create LM Studio deeplink for one-click installDevMEDIUMTODO
    24Submit to Vercel Marketplace for v0 integrationMarketingMEDIUMTODO
    25Test with MCPJam Inspector for ChatGPT app compatibilityDevMEDIUMTODO
    #ActionOwnerPriorityStatus
    26Build Zapier integrationDevHIGHTODO
    27Build Make.com integrationDevHIGHTODO
    28Build n8n community node (n8n-nodes-enovari)DevMEDIUMTODO
    29Contact CrewAI for integration partnershipBDHIGHTODO
    30Contact LangChain for memory provider listingBDHIGHTODO
    31Build LangChain memory provider (EnovariMemory class)DevHIGHTODO
    32Contact BeeAI, Swarms, fast-agent frameworksBDMEDIUMTODO
    33Contact Microsoft re: Copilot Studio integrationBDMEDIUMTODO
    34Create joint content with 3+ complementary MCP serversMarketingMEDIUMTODO
    35Apply to OpenAI partner programBDMEDIUMTODO
    36Build Pipedream integrationDevMEDIUMTODO
    #ActionOwnerPriorityStatus
    37Launch affiliate/referral programBDMEDIUMTODO
    38Explore white-label opportunities with enterprise platformsBDMEDIUMTODO
    39Build Power Automate custom connectorDevLOWTODO
    40Create .NET and Rust client librariesDevLOWTODO
    41Establish presence at AI developer conferencesMarketingMEDIUMTODO
    42Launch developer ambassador programMarketingLOWTODO
    43Build Semantic Kernel memory connector (NuGet)DevLOWTODO
    44Contact mobile MCP clients (Jenova, Joey, systemprompt) for featuringMarketingMEDIUMTODO
    45Explore Salesforce AppExchange listingBDLOWTODO
    #ClientTypeKey MCP Features
    15ireDesktop AI assistantTools
    2AgentAIRust AI agent libraryTools
    3AgenticFlowNo-code AI platformResources, Prompts, Tools, Discovery
    4AIQL TUUIDesktop AI chatResources, Prompts, Tools, Discovery, Sampling, Elicitation
    5Amazon Q CLITerminal coding assistantPrompts, Tools
    6Amazon Q IDEIDE coding assistantTools
    7Amp (Sourcegraph)Agentic coding tool (VS Code, JetBrains, Neovim, CLI)Resources, Prompts, Tools, Sampling
    8ApidogAPI testing platformResources, Prompts, Tools
    9Apify MCP TesterMCP testing toolTools, Discovery
    10Apigene MCP ClientMulti-LLM AI interfaceTools, Resources, Discovery
    11Augment CodeAI coding platform (VS Code, JetBrains)Tools
    12Avatar ShellElectron-based MCP clientResources, Tools
    13BeeAI FrameworkAgent framework (IBM-backed)Tools
    14BoltAIDesktop AI client (Mac, iOS)Tools
    15Call ChirpBusiness call AI (Zoom, Google Meet)Prompts, Tools
    16ChatboxDesktop AI client (37K+ GitHub stars)Tools
    17ChatFrameDesktop chatbot (Mac, Windows)Tools
    18ChatGPTOpenAI assistantTools, Apps, DCR
    19ChatWiseDesktop AI clientTools
    20ChorusMac AI appTools
    21Claude CodeAnthropic coding agentResources, Prompts, Tools, Roots, Elicitation, Instructions, Discovery, DCR
    22Claude Desktop AppAnthropic desktopResources, Prompts, Tools, Roots, Apps, DCR
    23Claude.aiAnthropic webResources, Prompts, Tools, Apps, CIMD, DCR
    24ClineVS Code coding agent (~50K GitHub stars)Resources, Tools, Discovery
    25CodeGPTIDE extension (VS Code, JetBrains)Tools
    26Codex (OpenAI)Terminal coding agent (also VS Code)Resources, Tools, Elicitation
    27ContinueOpen-source AI code assistant (VS Code, JetBrains)Resources, Prompts, Tools, Apps
    28Copilot-MCPAI coding via MCPResources, Tools
    29CursorAI code editorPrompts, Tools, Roots, Elicitation, DCR
    30DaydreamsOnchain agent frameworkResources, Prompts, Tools
    31ECA (Editor Code Assistant)Editor-agnostic AI codingResources, Prompts, Tools, Roots
    32Emacs McpEmacs MCP clientTools
    33fast-agentPython agent frameworkResources, Prompts, Tools, Discovery, Sampling, Roots, Elicitation, Instructions
    34FirebenderIntelliJ pluginTools
    35FlowDownDesktop AI client (privacy-focused)Tools
    36FLUJOWorkflow builder + AITools
    37Gemini CLIGoogle terminal agentPrompts, Tools, Instructions, DCR
    38GenAIScript (Microsoft)JavaScript prompt toolboxResources, Tools
    39Genkit (Firebase)GenAI SDKResources (partial), Prompts, Tools
    40GitHub Copilot coding agentGitHub AI agentTools, DCR
    41GlamaAI workspace + MCP server/tool directoryDiscovery, Elicitation, Instructions, Prompts, Resources, Sampling, Tasks, Tools
    42goose (Block)Open-source AI agentApps, DCR, Discovery, Elicitation, Instructions, Prompts, Resources, Roots, Sampling, Tools
    43gptmeTerminal AI assistantTools
    44HyperAgentAI-powered PlaywrightTools
    45InspectorVisual code editorTools, Prompts, Resources, DCR
    46JenovaMobile MCP client (iOS, Android)Tools, Discovery
    47JetBrains AI AssistantJetBrains pluginTools
    48JetBrains JunieJetBrains agentTools
    49JoeyMobile MCP client (iOS, Android, macOS, Windows, Linux)Prompts, Tools, Sampling, Elicitation, Apps
    50Kilo CodeVS Code AI dev teamResources, Tools, Discovery
    51Klavis AISlack/Discord/Web MCP bridgeResources, Tools
    52LangdockEnterprise AITools
    53LangflowVisual AI builderTools
    54LibreChatOpen-source AI chatTools, Instructions, DCR
    55LM StudioLocal AI modelsTools
    56LM-Kit.NET.NET AI SDKTools
    57LutraAI workflow agentResources, Prompts, Tools
    58MCP BundlerMCP management app (macOS)Resources, Prompts, Tools
    59MCPBundlesBrowser MCP client + StudioResources, Prompts, Tools, Discovery
    60mcp-agentComposable agent frameworkResources, Prompts, Tools, Sampling (partial), Roots, Elicitation
    61mcp-client-chatbotNext.js chatbotTools
    62mcp-usePython LLM-MCP connectorResources, Prompts, Tools, Discovery, Sampling, Elicitation
    63mcpcUniversal CLI client (Apify)Resources, Prompts, Tools, Discovery, Instructions
    64MCPHub (Neovim)Neovim pluginResources, Prompts, Tools
    65MCPJamDev client for ChatGPT appsResources, Prompts, Tools, Elicitation, Instructions, Tasks, Apps, CIMD, DCR
    66MCPOmni-ConnectCLI MCP clientResources, Prompts, Tools, Sampling
    67MemexMCP client + server builderResources, Prompts, Tools
    68Memgraph LabGraph database toolResources, Prompts, Tools, Sampling, Elicitation, Instructions
    69Microsoft Copilot StudioEnterprise AI builderResources, Tools, Discovery
    70MindPalNo-code AI agent builderTools
    71Mistral AI: Le ChatMistral assistantTools
    72modelcontextchat.comWeb MCP clientTools
    73MooPointWeb AI chatTools, Sampling
    74Msty StudioAI productivity platformTools
    75NeedleRAG workflow platformResources, Prompts, Tools, Discovery
    76NVIDIA AIQ ToolkitEnterprise agent toolkitTools
    77opencodeAI coding agent (terminal, desktop, IDE)Resources, Prompts, Tools
    78OpenSumiAI IDE frameworkTools
    79otermTerminal Ollama clientPrompts, Tools, Sampling
    80PostmanAPI platform (30M+ users)Resources, Prompts, Tools, Discovery, Sampling, Elicitation, Apps
    81ProxymanHTTP debugger (macOS)Tools
    82RecurseChatDesktop AI clientTools
    83Replit AgentAI development toolTools, DCR
    84Roo CodeAI coding assistantResources, Tools
    85rtrvr.aiChrome AI agentTools
    86ShortwaveAI email clientTools
    87SimtheoryAI workspaceResources, Prompts, Tools, Discovery
    88Slack MCP ClientSlack-MCP bridgeTools
    89Smithery PlaygroundMCP testing toolResources, Prompts, Tools
    90SpinAITypeScript agent frameworkTools
    91SuperinterfaceIn-app AI infrastructureTools
    92SuperjoinGoogle Sheets AITools
    93SwarmsMulti-agent orchestrationTools, Discovery
    94systempromptMobile MCP app (iOS, Android)Resources, Prompts, Tools, Sampling
    95TamboReact chat platformPrompts, Tools, Discovery, Sampling, Elicitation
    96Tencent CloudBase AI DevKitAgent builderTools
    97TheiaAI / Theia IDEOpen IDE framework (Eclipse Foundation)Tools
    98TomeDesktop LLM clientTools
    99TypingMindLLM frontendTools
    100v0 (Vercel)AI app builderTools
    101VS Code GitHub CopilotMicrosoft IDEResources, Prompts, Tools, Discovery, Sampling, Roots, Elicitation, Instructions, Apps, CIMD, DCR
    102VT CodeTerminal coding agentResources, Prompts, Tools, Discovery, Sampling (partial), Roots, Elicitation
    103WarpIntelligent terminalResources, Tools, Discovery
    104WhatsMCPWhatsApp MCP clientTools
    105Windsurf Editor (Codeium)Agentic IDETools, Discovery
    106WitsyDesktop AI assistantTools
    107ZedCode editorPrompts, Tools
    108ZencoderVS Code/JetBrains agentTools
    ResourceURL
    Enovarihttps://enovari.ai
    MCP Official Sitehttps://modelcontextprotocol.io
    MCP Clients Listhttps://modelcontextprotocol.io/clients
    MCP Registryhttps://registry.modelcontextprotocol.io
    MCP Registry Docshttps://modelcontextprotocol.io/registry
    MCP Registry Quickstarthttps://modelcontextprotocol.io/registry/quickstart
    MCP Registry Authhttps://modelcontextprotocol.io/registry/authentication
    MCP Registry Package Typeshttps://modelcontextprotocol.io/registry/package-types
    MCP Registry Aggregatorshttps://modelcontextprotocol.io/registry/registry-aggregators
    MCP Registry Remote Servershttps://modelcontextprotocol.io/registry/remote-servers
    MCP Registry GitHub Actionshttps://modelcontextprotocol.io/registry/github-actions
    MCP Registry Moderation Policyhttps://modelcontextprotocol.io/registry/moderation-policy
    MCP Registry OpenAPI Spechttps://github.com/modelcontextprotocol/registry/blob/main/docs/reference/api/openapi.yaml
    MCP Registry server.json Schemahttps://github.com/modelcontextprotocol/registry/blob/main/docs/reference/server-json/server.schema.json
    MCP Publisher CLI Releaseshttps://github.com/modelcontextprotocol/registry/releases
    MCP GitHub (submit client PRs)https://github.com/modelcontextprotocol/modelcontextprotocol/pulls
    MCP Python SDKhttps://github.com/modelcontextprotocol/python-sdk
    MCP TypeScript SDKhttps://github.com/modelcontextprotocol/typescript-sdk
    MCP Server Spothttps://www.mcpserverspot.com/servers
    MCP Servers (mcpservers.com)https://mcpservers.com
    MCP Server Finderhttps://www.mcpserverfinder.com
    mcpservers.orghttps://mcpservers.org
    AI Agents List MCP Directoryhttps://aiagentslist.com/mcp-servers
    MCP Markethttps://mcpmarket.com
    Cursor Directory Submissionhttps://cursor.directory/plugins/new
    Smithery CLI Docshttps://smithery.ai/docs/build
    Zapier Developer Platformhttps://zapier.com/developer-platform/integrations
    Make.com Partner Programhttps://www.make.com/en/become-a-partner
    Make Developer Hubhttps://developers.make.com/custom-apps-documentation
    n8n Community Nodeshttps://docs.n8n.io/integrations/community-nodes/build-community-nodes/
    n8n Submit Community Nodeshttps://docs.n8n.io/integrations/creating-nodes/deploy/submit-community-nodes/
    Pipedream Contributinghttps://pipedream.com/docs/components/contributing
    Pipedream Component Guidelineshttps://pipedream.com/docs/components/guidelines
    Activepieces GitHubhttps://github.com/activepieces/activepieces
    goose MCP Servers Discussionhttps://github.com/block/goose/discussions/2075
    LM Studio MCP Deeplinkshttps://lmstudio.ai/docs/app/mcp/deeplink
    Replit MCP Install Linkshttps://docs.replit.com/replitai/mcp/install-links
    FeatureWhat It MeansWhy It Matters for Enovari
    ResourcesServer-exposed data and content (like files, database entries)Enovari can expose memories as browsable resources
    PromptsPre-defined templates for LLM interactionsEnovari can provide prompt templates like "Recall context about [topic]"
    ToolsExecutable functions that LLMs can invokeCore feature -- every client supports this. Enovari's write/read/search/update tools.
    DiscoverySupport for tools/prompts/resources changed notificationsClient auto-discovers new Enovari capabilities as they're added
    InstructionsServer-provided guidance for LLMsEnovari can instruct the LLM on how to use memory effectively
    SamplingServer-initiated LLM completionsEnovari could generate memory summaries using the LLM
    RootsFilesystem boundary definitionsLess relevant for Enovari (cloud-based memory)
    ElicitationUser information requests (server asks user for input)Enovari can ask "What domain should I store this under?"
    CIMDClient ID Metadata Document supportOAuth/auth standardization
    DCRDynamic Client Registration supportRequired for remote MCP servers connecting to ChatGPT, Claude.ai
    TasksLong-running operation trackingUseful for bulk memory operations
    AppsInteractive HTML interfacesEnovari could render a memory dashboard as an MCP App

    Appendix E: Smithery Publishing Checklist

    Smithery is one of the largest MCP directories (6,000+ servers as of March 2026) and offers analytics, so it deserves its own checklist.

    
    Pre-Publish:
    [ ] Enovari MCP server deployed and accessible via Streamable HTTP
    [ ] Smithery API key generated (sign up at smithery.ai)
    [ ] Smithery CLI installed: npm install -g @smithery/cli
    [ ] README is thorough (Smithery indexes it for the listing page)

    Publish Steps: [ ] Run: smithery mcp publish -n enovari/memory [ ] Verify listing appears at smithery.ai [ ] Test server via Smithery Playground [ ] Verify analytics are tracking (tool calls, usage patterns)

    Post-Publish: [ ] Monitor analytics in Smithery dashboard [ ] Respond to any issues reported via Smithery [ ] Update listing when server capabilities change [ ] Note: Smithery auto-generates auth modals for servers requiring config/API keys


    Appendix F: Quick Reference -- Where to Submit (Sorted by Effort)

    For fast execution, here is every submission target sorted by effort level:

    5 Minutes Each (just fill a form):

  • MCP.so -- click Submit button on mcp.so
  • MCP Server Spot -- Submit Server on mcpserverspot.com
  • mcpservers.com -- submit on website
  • MCP Server Finder -- submit on mcpserverfinder.com
  • mcpservers.org -- submit on website
  • AI Agents List -- submit on aiagentslist.com
  • MCP Market -- submit on mcpmarket.com
  • MCP Hub -- submit on mcphub.io
  • MCP Gallery -- submit on mcpgallery.com
  • 30 Minutes Each (structured submission):

  • Cursor Directory -- submit at cursor.directory/plugins/new
  • LM Studio deeplink -- generate at lmstudio.ai/docs/app/mcp/deeplink
  • goose extensions -- post in github.com/block/goose/discussions/2075
  • 1-2 Hours Each (GitHub PR or CLI publish):

  • Awesome MCP Servers (punkpeye) -- PR to github.com/punkpeye/awesome-mcp-servers
  • Awesome MCP Servers (wong2) -- PR to github.com/wong2/awesome-mcp-servers
  • Smithery -- publish via CLI: smithery mcp publish -n enovari/memory
  • Glama -- submit via site or wait for MCP Registry auto-pull
  • 1-2 Days (requires package publishing + config):

  • Official MCP Registry -- publish npm package, set up DNS auth, run mcp-publisher CLI
  • 1-2 Weeks (requires building an integration):

  • Zapier -- build via Platform CLI or Visual Builder
  • Make.com -- build via Apps Editor, submit for review
  • n8n -- scaffold via npm create @n8n/node, publish to npm
  • Pipedream -- fork repo, create components, submit PR
  • Activepieces -- build Piece in TypeScript, submit PR