Skip to content

Commit 0f5b6a0

Browse files
committed
Add space.agentmemory-mcp
Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com>
1 parent cb52e1e commit 0f5b6a0

1 file changed

Lines changed: 67 additions & 0 deletions

File tree

servers/space.agentmemory-mcp.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "space.agentmemory-mcp",
4+
"name": "Agentmemory MCP",
5+
"alias": "agentmemory",
6+
"description": "Persistent AI agent memory, analytics, checkout, and search-readiness as a paid remote MCP.",
7+
"logo": "https://agentmemory.space/favicon.svg",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"ai-ml",
11+
"developer-tools"
12+
],
13+
"tags": [
14+
"agent-memory",
15+
"ai-agents",
16+
"remote-mcp",
17+
"paid-mcp"
18+
],
19+
"transport": {
20+
"type": "http",
21+
"url": "https://agentmemory.space/mcp",
22+
"headers": {
23+
"Authorization": "Bearer ${input:AGENTMEMORY_TOKEN}"
24+
},
25+
"metadata": {
26+
"inputs": [
27+
{
28+
"id": "AGENTMEMORY_TOKEN",
29+
"label": "Agentmemory MCP Bearer Token",
30+
"type": "text",
31+
"required": true,
32+
"secret": true,
33+
"description": "Bearer token issued after checkout and MCP token claim.",
34+
"placeholder": "mcp_token...",
35+
"obtain": {
36+
"url": "https://agentmemory.space/pricing/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
37+
"instructions": "1. Buy a plan.\n2. Complete checkout.\n3. Claim the MCP bearer token.\n4. Paste the token value here without the Bearer prefix.",
38+
"button_label": "Get Token"
39+
}
40+
}
41+
]
42+
}
43+
},
44+
"auth": {
45+
"type": "api_key",
46+
"instructions": "Use the Bearer token issued after checkout and MCP token claim."
47+
},
48+
"contributor": {
49+
"name": "Agentmemory",
50+
"github": "clauxel",
51+
"url": "https://agentmemory.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605"
52+
},
53+
"links": {
54+
"repository": "https://github.com/clauxel/agentmemory-mcp",
55+
"homepage": "https://agentmemory.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
56+
"documentation": "https://github.com/clauxel/agentmemory-mcp/blob/main/docs/usage.md"
57+
},
58+
"platforms": [
59+
"all"
60+
],
61+
"capabilities": {
62+
"tools": true,
63+
"resources": false,
64+
"prompts": false,
65+
"read_only_mode": true
66+
}
67+
}

0 commit comments

Comments
 (0)