Skip to content

Commit 1df1351

Browse files
groksrcclaude
andcommitted
Add MCP registry publication files
- Add mcp-name verification comment to README.md for PyPI package ownership - Create server.json with registry metadata for modelcontextprotocol.io This enables publishing basic-memory to the official MCP registry at https://registry.modelcontextprotocol.io Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Drew Cain <groksrc@gmail.com>
1 parent 85835ae commit 1df1351

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- mcp-name: io.github.basicmachines-co/basic-memory -->
12
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
23
[![PyPI version](https://badge.fury.io/py/basic-memory.svg)](https://badge.fury.io/py/basic-memory)
34
[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)

server.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.basicmachines-co/basic-memory",
4+
"description": "Local-first knowledge management with bi-directional LLM sync via Markdown files.",
5+
"repository": {
6+
"url": "https://github.com/basicmachines-co/basic-memory.git",
7+
"source": "github"
8+
},
9+
"version": "0.17.6",
10+
"packages": [
11+
{
12+
"registryType": "pypi",
13+
"identifier": "basic-memory",
14+
"version": "0.17.6",
15+
"runtimeHint": "uvx",
16+
"runtimeArguments": ["basic-memory", "mcp"],
17+
"transport": {
18+
"type": "stdio"
19+
}
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)