File tree Expand file tree Collapse file tree 1 file changed +69
-0
lines changed Expand file tree Collapse file tree 1 file changed +69
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @mcp/memory-server" ,
3+ "display_name" : " Memory Server" ,
4+ "description" : " A simple, in-memory server for the Model Context Protocol." ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/modelcontextprotocol/servers/tree/main/src/memory"
8+ },
9+ "author" : {
10+ "name" : " Model Context Protocol" ,
11+ "url" : " https://modelcontextprotocol.io"
12+ },
13+ "license" : " MIT" ,
14+ "categories" : [
15+ " Dev Tools" ,
16+ " AI Systems"
17+ ],
18+ "tags" : [
19+ " mcp" ,
20+ " memory"
21+ ],
22+ "arguments" : {
23+ "MCP_PORT" : {
24+ "description" : " The port to run the server on. Defaults to 3000." ,
25+ "required" : false ,
26+ "example" : " 3000"
27+ },
28+ "MCP_HOST" : {
29+ "description" : " The host to bind the server to. Defaults to localhost." ,
30+ "required" : false ,
31+ "example" : " localhost"
32+ }
33+ },
34+ "tools" : [],
35+ "resources" : [],
36+ "prompts" : [],
37+ "installations" : {
38+ "npm" : {
39+ "type" : " npm" ,
40+ "command" : " npx" ,
41+ "package" : " @mcp/memory-server" ,
42+ "args" : [
43+ " -y" ,
44+ " @mcp/memory-server"
45+ ],
46+ "recommended" : true
47+ },
48+ "uvx" : {
49+ "type" : " uvx" ,
50+ "command" : " uvx" ,
51+ "package" : " @mcp/memory-server" ,
52+ "args" : [
53+ " @mcp/memory-server"
54+ ]
55+ },
56+ "docker" : {
57+ "type" : " docker" ,
58+ "command" : " docker" ,
59+ "args" : [
60+ " run" ,
61+ " -i" ,
62+ " --rm" ,
63+ " ghcr.io/modelcontextprotocol/mcp-memory-server"
64+ ]
65+ }
66+ },
67+ "is_official" : true ,
68+ "is_archived" : false
69+ }
You can’t perform that action at this time.
0 commit comments