Skip to main content
Glama

Memory Bank MCP Server

by t3ta
.releaserc.json2.11 kB
{ "branches": ["master"], "tagFormat": "v${version}", "plugins": [ [ "@semantic-release/commit-analyzer", { "preset": "conventionalcommits", "releaseRules": [ { "type": "feat", "release": "minor" }, { "type": "fix", "release": "patch" }, { "type": "perf", "release": "patch" }, { "type": "revert", "release": "patch" }, { "type": "docs", "scope": "readme", "release": "patch" }, { "type": "style", "release": "patch" }, { "type": "refactor", "release": "patch" }, { "type": "test", "release": "patch" }, { "type": "build", "release": "patch" }, { "type": "ci", "release": "patch" }, { "breaking": true, "release": "major" } ], "parserOpts": { "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"] } } ], [ "@semantic-release/release-notes-generator", { "preset": "conventionalcommits", "presetConfig": { "types": [ { "type": "feat", "section": "✨ Features" }, { "type": "fix", "section": "🐛 Bug Fixes" }, { "type": "perf", "section": "⚡ Performance Improvements" }, { "type": "revert", "section": "⏪ Reverts" }, { "type": "docs", "section": "📝 Documentation" }, { "type": "style", "section": "💄 Styles" }, { "type": "refactor", "section": "♻️ Code Refactoring" }, { "type": "test", "section": "✅ Tests" }, { "type": "build", "section": "📦 Build System" }, { "type": "ci", "section": "🤖 Continuous Integration" } ] } } ], [ "@semantic-release/changelog", { "changelogFile": "CHANGELOG.md" } ], [ "@semantic-release/npm", { "npmPublish": false } ], [ "@semantic-release/exec", { "prepareCmd": "./scripts/update-readme-version.sh ${nextRelease.version}" } ], "@semantic-release/github" ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/t3ta/memory-bank-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server