Skip to content

Ecosystem

mpak hosts MCP bundles and skills published by the community. Here’s what’s available and how to explore it.

CategoryWhat’s AvailableExamples
DatabasesQuery and manage databasesPostgreSQL, SQLite, ClickHouse
APIs & SaaSConnect to external servicesSlack, GitHub, HubSpot, Stripe
Developer ToolsCode analysis, testing, deploymentLinting, git operations, CI/CD
AI / MLModel inference, embeddings, searchVector search, RAG pipelines
Data & AnalyticsData processing and visualizationCSV parsing, charting, reporting
InfrastructureCloud and system managementAWS, Kubernetes, monitoring

Bundles give agents the ability to do things: query databases, call APIs, interact with external systems.

BundleDescriptionRuntime
@nimblebraininc/echoEcho server for testing MCP integrationsPython
@nimblebraininc/ipinfoIP address geolocation and network infoPython

Browse all bundles at mpak.dev or search from the CLI:

Terminal window
mpak bundle search <query>

Skills give agents domain knowledge: how to review code, analyze contracts, follow sales methodology.

SkillDescription
Coming soonSkills are a new package type. Publish the first one.

Have an MCP server on GitHub? You can publish it to mpak in 10 minutes:

  1. Add a manifest.json to your repo
  2. Add a GitHub Actions workflow (3 lines of YAML)
  3. Create a release

That’s it. No account creation, no API keys, no approval process.

Terminal window
# After publishing, verify it's live
mpak bundle search your-server-name