Skip to content

Commit 307970b

Browse files
committed
chore: add server.json for MCP registry
1 parent 1837459 commit 307970b

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

server.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.bitmapasset/dear-agent",
4+
"description": "Dear Agent — your AI agent keeps your diary for you. A local-first MCP server + skill that lets any AI agent maintain a human's daily life journal from text, photos, and voice notes. You never open an app or write a word.",
5+
"repository": {
6+
"url": "https://github.com/BitmapAsset/dear-agent",
7+
"source": "github"
8+
},
9+
"version": "0.2.1",
10+
"packages": [
11+
{
12+
"registryType": "npm",
13+
"identifier": "dear-agent",
14+
"version": "0.2.1",
15+
"transport": {
16+
"type": "stdio"
17+
},
18+
"environmentVariables": [
19+
{
20+
"name": "DEAR_AGENT_DIR",
21+
"description": "Directory where the diary is stored as plain markdown (default ~/.dear-agent).",
22+
"isRequired": false,
23+
"isSecret": false,
24+
"format": "string"
25+
}
26+
]
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)