Google PageRank for AI agents. 25,000+ tools indexed.

mb-mcp by morsa-dev

#909 of 1625 by morsa-dev
36 score

A standalone Node.js MCP server designed for Memory Bank workflows that enables users to generate project-specific documentation from codebases. It provides tools for creating execution instructions and retrieving structured documentation context, specifically for the iOS stack.

Ranked #909 out of 1625 indexed tools.Actively maintained with commits in the last week.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 0
Freshness today
Issue Health 50%
Stars 3
Platform Breadth 1 platform
Contributors 1
Description Detailed

How to Improve

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Stars low impact

Low star count — promote the project, write docs, and engage the community to drive adoption

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for mb-mcp by morsa-dev
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-morsa-dev--mb-mcp)](https://agentrank-ai.com/skill/glama-morsa-dev--mb-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-morsa-dev--mb-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-morsa-dev--mb-mcp" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

# Memory Bank MCP

Public MCP server for Morsa.

Morsa is a governance layer for AI coding. This server is the public MCP entrypoint for generating Memory Bank baselines and returning supporting documentation context for supported project types.

This repository contains the open-source implementation of the server.

## Quick Start

Connect your MCP client to the hosted server endpoint.

- Endpoint: `https://mcp.morsa.io/api/external/mcp`
- Transport: Streamable HTTP
- Setup instructions for Cursor / Codex / Claude: https://mcp.morsa.io/mcp-instructions

If you are using a self-hosted deployment, point your client to that deployment URL.

## Why Connect To This Server

Use this MCP if you want an agent to generate a project-specific Memory Bank without hand-writing the workflow yourself.

- `create` is the main capability: it returns executable instructions for building a Memory Bank from real codebase patterns
- it gives teams a consistent starting point for AI coding standards and pr
Read full README on GitHub →