RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.xultrax-web/agent-memory-mcp · v0.15.0
Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.
agent-memory-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"agent-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@xultrax-web/agent-memory-mcp"
]
}
}
}AGENT_MEMORY_DIR可选Absolute path to a custom memory storage directory. Overrides the default per-project location.
AGENT_MEMORY_SCOPE可选Set to 'global' to store memories in ~/.agent-memory/ instead of the per-project default ./.agent-memory/.
AGENT_MEMORY_LOG可选Log level: debug | info | warn | error. Defaults to info. Logs go to stderr (won't pollute MCP stdio).
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.xultrax-web/agent-memory-mcp",
"type": "mcp-server",
"version": "0.15.0",
"displayName": "agent-memory-mcp",
"description": "Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.",
"repository": {
"url": "https://github.com/xultrax-web/agent-memory-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@xultrax-web/agent-memory-mcp",
"version": "0.15.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "AGENT_MEMORY_DIR",
"description": "Absolute path to a custom memory storage directory. Overrides the default per-project location."
},
{
"name": "AGENT_MEMORY_SCOPE",
"description": "Set to 'global' to store memories in ~/.agent-memory/ instead of the per-project default ./.agent-memory/."
},
{
"name": "AGENT_MEMORY_LOG",
"description": "Log level: debug | info | warn | error. Defaults to info. Logs go to stderr (won't pollute MCP stdio)."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.xultrax-web/agent-memory-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.xultrax-web%2Fagent-memory-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}