Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Project context management for AI-assisted development - Persistent knowledge graphs and intelligent context recall across fragmented AI threads Memory Journal MCP Server **Last Updated February 23, 2026** <!-- mcp-name: io.github.neverinfamous/memory-journal-mcp --> $1 $1 $1 $1 $1 $1 $1 π― **AI Context + Project Intelligence:** Bridge disconnected AI sessions with persistent project memory, while integrating your complete GitHub workflow β Issues, PRs, Actions, Kanban boards, and knowledge graphs β into every conversation. **$1** β’ **$1** β’ **$1** β’ **$1** * Capability contract not published. No trust telemetry is available yet. 11 GitHub stars reported by the source. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
memory-journal-mcp is best for mcp, context-management, project-management workflows where MCP compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB MCP, runtime-metrics, public facts pack
Project context management for AI-assisted development - Persistent knowledge graphs and intelligent context recall across fragmented AI threads Memory Journal MCP Server **Last Updated February 23, 2026** <!-- mcp-name: io.github.neverinfamous/memory-journal-mcp --> $1 $1 $1 $1 $1 $1 $1 π― **AI Context + Project Intelligence:** Bridge disconnected AI sessions with persistent project memory, while integrating your complete GitHub workflow β Issues, PRs, Actions, Kanban boards, and knowledge graphs β into every conversation. **$1** β’ **$1** β’ **$1** β’ **$1** *
Public facts
5
Change events
1
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. 11 GitHub stars reported by the source. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 25, 2026
Vendor
Neverinfamous
Artifacts
0
Benchmarks
0
Last release
4.3.1
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 11 GitHub stars reported by the source. Last updated 2/25/2026.
Setup snapshot
git clone https://github.com/neverinfamous/memory-journal-mcp.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Neverinfamous
Protocol compatibility
MCP
Adoption signal
11 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
mermaid
flowchart TB
subgraph Session["π€ AI Session Start"]
Briefing["π Read Briefing<br/>(memory://briefing)"]
end
subgraph Core["π Journal Operations"]
Create["Create Entry"]
Retrieve["Retrieve & Search"]
Link["Link Entries"]
end
subgraph Search["π Triple Search"]
FTS["Full-Text (FTS5)"]
Semantic["Semantic (Vector)"]
DateRange["Date Range"]
end
subgraph GitHub["π GitHub Integration"]
Issues["Issues & Milestones"]
PRs["Pull Requests"]
Actions["GitHub Actions"]
Kanban["Kanban Boards"]
end
subgraph Outputs["π Outputs"]
Reports["Standups & Retrospectives"]
Graphs["Knowledge Graphs"]
Timeline["Project Timelines"]
end
Session --> Core
Core --> Search
Core <--> GitHub
Search --> Outputs
GitHub --> Outputsbash
npm install -g memory-journal-mcp
json
{
"mcpServers": {
"memory-journal-mcp": {
"command": "memory-journal-mcp"
}
}
}json
{
"mcpServers": {
"memory-journal-mcp": {
"command": "npx",
"args": ["-y", "memory-journal-mcp"]
}
}
}bash
git clone https://github.com/neverinfamous/memory-journal-mcp.git cd memory-journal-mcp npm install npm run build
json
{
"mcpServers": {
"memory-journal-mcp": {
"command": "node",
"args": ["dist/cli.js", "--default-project", "1"]
}
}
}Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
Project context management for AI-assisted development - Persistent knowledge graphs and intelligent context recall across fragmented AI threads Memory Journal MCP Server **Last Updated February 23, 2026** <!-- mcp-name: io.github.neverinfamous/memory-journal-mcp --> $1 $1 $1 $1 $1 $1 $1 π― **AI Context + Project Intelligence:** Bridge disconnected AI sessions with persistent project memory, while integrating your complete GitHub workflow β Issues, PRs, Actions, Kanban boards, and knowledge graphs β into every conversation. **$1** β’ **$1** β’ **$1** β’ **$1** *
Last Updated February 23, 2026
<!-- mcp-name: io.github.neverinfamous/memory-journal-mcp -->π― AI Context + Project Intelligence: Bridge disconnected AI sessions with persistent project memory, while integrating your complete GitHub workflow β Issues, PRs, Actions, Kanban boards, and knowledge graphs β into every conversation.
GitHub β’ Wiki β’ Changelog β’ Release Article
π Quick Deploy:
npm install -g memory-journal-mcpflowchart TB
subgraph Session["π€ AI Session Start"]
Briefing["π Read Briefing<br/>(memory://briefing)"]
end
subgraph Core["π Journal Operations"]
Create["Create Entry"]
Retrieve["Retrieve & Search"]
Link["Link Entries"]
end
subgraph Search["π Triple Search"]
FTS["Full-Text (FTS5)"]
Semantic["Semantic (Vector)"]
DateRange["Date Range"]
end
subgraph GitHub["π GitHub Integration"]
Issues["Issues & Milestones"]
PRs["Pull Requests"]
Actions["GitHub Actions"]
Kanban["Kanban Boards"]
end
subgraph Outputs["π Outputs"]
Reports["Standups & Retrospectives"]
Graphs["Knowledge Graphs"]
Timeline["Project Timelines"]
end
Session --> Core
Core --> Search
Core <--> GitHub
Search --> Outputs
GitHub --> Outputs
core, search, analytics, relationships, export, admin, github, backup@xenova/transformersWhen managing large projects with AI assistance, you face a critical challenge:
Memory Journal acts as your project's long-term memory, bridging the gap between fragmented AI threads:
For Developers:
For AI-Assisted Work:
Step 1: Install the package
npm install -g memory-journal-mcp
Step 2: Add to ~/.cursor/mcp.json
{
"mcpServers": {
"memory-journal-mcp": {
"command": "memory-journal-mcp"
}
}
}
Step 3: Restart Cursor
Restart Cursor or your MCP client, then start journaling!
{
"mcpServers": {
"memory-journal-mcp": {
"command": "npx",
"args": ["-y", "memory-journal-mcp"]
}
}
}
git clone https://github.com/neverinfamous/memory-journal-mcp.git
cd memory-journal-mcp
npm install
npm run build
{
"mcpServers": {
"memory-journal-mcp": {
"command": "node",
"args": ["dist/cli.js", "--default-project", "1"]
}
}
}
For remote access or web-based clients, run the server in HTTP mode:
memory-journal-mcp --transport http --port 3000
To bind to all interfaces (required for containers):
memory-journal-mcp --transport http --port 3000 --server-host 0.0.0.0
Endpoints:
POST /mcp β JSON-RPC requests (initialize, tools/call, etc.)GET /mcp β SSE stream for server-to-client notificationsDELETE /mcp β Session terminationSession Management: The server uses stateful sessions by default. Include the mcp-session-id header (returned from initialization) in subsequent requests.
Example with curl:
# Initialize session
curl -X POST http://localhost:3000/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}'
# Returns mcp-session-id header
# List tools (with session)
curl -X POST http://localhost:3000/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "mcp-session-id: YOUR_SESSION_ID" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}'
For serverless deployments (Lambda, Workers, Vercel), use stateless mode:
memory-journal-mcp --transport http --port 3000 --stateless
| Mode | Progress Notifications | SSE Streaming | Serverless |
| ------------------------- | ---------------------- | ------------- | ---------- |
| Stateful (default) | β
Yes | β
Yes | β οΈ Complex |
| Stateless (--stateless) | β No | β No | β
Native |
The GitHub tools (get_github_issues, get_github_prs, etc.) can auto-detect the repository from your git context. However, MCP clients may run the server from a different directory than your project.
To enable GitHub auto-detection, add GITHUB_REPO_PATH to your config:
{
"mcpServers": {
"memory-journal-mcp": {
"command": "memory-journal-mcp",
"env": {
"GITHUB_TOKEN": "ghp_your_token_here",
"GITHUB_REPO_PATH": "/path/to/your/git/repo"
}
}
}
}
| Environment Variable | Description |
| ------------------------ | ---------------------------------------------------------------------- |
| GITHUB_TOKEN | GitHub personal access token for API access |
| GITHUB_REPO_PATH | Path to the git repository for auto-detecting owner/repo |
| DEFAULT_PROJECT_NUMBER | Default GitHub Project number for auto-assignment when creating issues |
| AUTO_REBUILD_INDEX | Set to true to rebuild vector index on server startup |
| MCP_HOST | Server bind host (0.0.0.0 for containers, default: localhost) |
Without GITHUB_REPO_PATH: You'll need to explicitly provide owner and repo parameters when calling GitHub tools.
When GitHub tools cannot auto-detect repository information:
GITHUB_REPO_PATH set: Tools auto-detect owner and repo from git remote URLGITHUB_REPO_PATH: Tools return structured response with requiresUserInput: true and instructions to provide owner and repo parametersowner and repo directly in tool callsExample response when auto-detection fails:
{
"error": "Could not auto-detect repository",
"requiresUserInput": true,
"instruction": "Please provide owner and repo parameters"
}
Cursor IDE:
ListMcpResources() without specifying a server parameter, or with server: "user-memory-journal-mcp" (Cursor prefixes server names with user-).Google AntiGravity IDE:
AntiGravity Users: Server instructions are automatically sent to MCP clients during initialization. However, AntiGravity does not currently support MCP server instructions. For optimal usage in AntiGravity, manually provide the contents of src/constants/ServerInstructions.ts to the agent in your prompt or user rules.
Session start: Add to your user rules: "At session start, read memory://briefing from memory-journal-mcp."
Full guidance: If behaviors missing, read memory://instructions for complete Dynamic Context Management patterns.
Prompts not available: AntiGravity does not currently support MCP prompts. The 15 workflow prompts are not accessible.
| Group | Tools | Description |
| --------------- | ----- | ------------------------------------------------------- |
| core | 6 | Entry CRUD, tags, test |
| search | 4 | Text search, date range, semantic, vector stats |
| analytics | 2 | Statistics, cross-project insights |
| relationships | 2 | Link entries, visualize graphs |
| export | 1 | JSON/Markdown export |
| admin | 5 | Update, delete, rebuild/add to vector index, merge tags |
| github | 9 | Issues, PRs, context, Kanban, issue lifecycle |
| backup | 4 | Backup, list, restore, cleanup |
find-related - Discover connected entries via semantic similarityprepare-standup - Daily standup summariesprepare-retro - Sprint retrospectivesweekly-digest - Day-by-day weekly summariesanalyze-period - Deep period analysis with insightsgoal-tracker - Milestone and achievement trackingget-context-bundle - Project context with Git/GitHub/Kanbanpr-summary - Pull request journal activity summarycode-review-prep - Comprehensive PR review preparationpr-retrospective - Completed PR analysis with learningsactions-failure-digest - CI/CD failure analysisconfirm-briefing - NEW Acknowledge session context to userStatic Resources (appear in resource lists):
memory://briefing - Session initialization: compact context for AI agents (~300 tokens)memory://instructions - Behavioral guidance: complete server instructions (supports ?level=essential|standard|full)memory://recent - 10 most recent entriesmemory://significant - Significant milestones and breakthroughsmemory://graph/recent - Live Mermaid diagram of recent relationshipsmemory://team/recent - Recent team-shared entriesmemory://health - Server health & diagnosticsmemory://graph/actions - CI/CD narrative graphmemory://actions/recent - Recent workflow runsmemory://tags - All tags with usage countsmemory://statistics - Journal statisticsmemory://github/status - GitHub repository status overviewTemplate Resources (require parameters, fetch directly by URI):
memory://projects/{number}/timeline - Project activity timelinememory://issues/{issue_number}/entries - Entries linked to issuememory://prs/{pr_number}/entries - Entries linked to PRmemory://prs/{pr_number}/timeline - Combined PR + journal timelinememory://kanban/{project_number} - GitHub Project Kanban boardmemory://kanban/{project_number}/diagram - Kanban Mermaid visualizationexport GITHUB_TOKEN="your_token" # For Projects/Issues/PRs
export GITHUB_ORG_TOKEN="your_org_token" # Optional: org projects
export DEFAULT_ORG="your-org-name" # Optional: default org
Scopes: repo, project, read:org (org only)
Memory Journal provides a hybrid approach to GitHub management:
| Capability Source | Purpose | | ------------------ | ------------------------------------------------------------------------------ | | MCP Server | Specialized features: Kanban visualization, journal linking, project timelines | | Agent (gh CLI) | Full GitHub mutations: create/close issues, create/merge PRs, manage releases |
MCP Server Tools (Read + Kanban + Issue Lifecycle):
get_github_issues / get_github_issue - Query issuesget_github_prs / get_github_pr - Query pull requestsget_github_context - Full repository contextget_kanban_board / move_kanban_item - Kanban managementcreate_github_issue_with_entry / close_github_issue_with_entry - Issue lifecycle with journal linkingAgent Operations (via gh CLI):
# Issues
gh issue create --title "Bug fix" --body "Description"
gh issue close 42
# Pull Requests
gh pr create --fill
gh pr merge 123
# Projects
gh project item-add 5 --owner neverinfamous --url "issue-url"
# Releases
gh release create v1.0.0 --generate-notes
Why this design? The MCP server focuses on value-added features that integrate journal entries with GitHub (Kanban views, timeline resources, context linking). Standard GitHub operations are already excellently handled by
ghCLI, which agents can invoke directly.
Complete GitHub integration guide β
Control which tools are exposed using MEMORY_JOURNAL_MCP_TOOL_FILTER:
export MEMORY_JOURNAL_MCP_TOOL_FILTER="-analytics,-github"
Filter Syntax:
-group - Disable all tools in a group-tool - Disable a specific tool+tool - Re-enable after group disablestarter, essential, full, readonlyExample Configurations:
{
"mcpServers": {
"memory-journal-mcp": {
"command": "memory-journal-mcp",
"env": {
"MEMORY_JOURNAL_MCP_TOOL_FILTER": "starter",
"GITHUB_TOKEN": "your_token"
}
}
}
}
| Configuration | Filter String | Tools |
| -------------- | ------------- | ----- |
| Starter | starter | ~10 |
| Essential | essential | ~6 |
| Full (default) | full | 33 |
| Read-only | readonly | ~20 |
Complete tool filtering guide β
flowchart TB
AI["π€ AI Agent<br/>(Cursor, Windsurf, Claude)"]
subgraph MCP["Memory Journal MCP Server"]
Tools["π οΈ 33 Tools"]
Resources["π‘ 18 Resources"]
Prompts["π¬ 15 Prompts"]
end
subgraph Storage["Persistence Layer"]
SQLite[("πΎ SQLite<br/>Entries, Tags, Relationships")]
Vector[("π Vector Index<br/>Semantic Embeddings")]
Backups["π¦ Backups"]
end
subgraph External["External Integrations"]
GitHub["π GitHub API<br/>Issues, PRs, Actions"]
Kanban["π Projects v2<br/>Kanban Boards"]
end
AI <-->|"MCP Protocol"| MCP
Tools --> Storage
Tools --> External
Resources --> Storage
Resources --> External
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β MCP Server Layer (TypeScript) β
β βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββ β
β β Tools (33) β β Resources (18) β β Prompts (15)β β
β β with Annotationsβ β with Annotationsβ β β β
β βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Pure JS Stack (No Native Dependencies) β
β βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββ β
β β sql.js β β vectra β β transformersβ β
β β (SQLite) β β (Vector Index) β β (Embeddings)β β
β βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β SQLite Database with Hybrid Search β
β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β entries + tags + relationships + embeddings + backups ββ
β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
readOnlyHint, destructiveHint, etc.).db file anywhereMIT License - See LICENSE file for details.
Built by developers, for developers. PRs welcome! See CONTRIBUTING.md for guidelines.
Migrating from v2.x? Your existing database is fully compatible. The TypeScript version uses the same schema and data format.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/mcp-neverinfamous-memory-journal-mcp/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-neverinfamous-memory-journal-mcp/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-neverinfamous-memory-journal-mcp/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-neverinfamous-memory-journal-mcp/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-neverinfamous-memory-journal-mcp/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-neverinfamous-memory-journal-mcp/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-neverinfamous-memory-journal-mcp/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-neverinfamous-memory-journal-mcp/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-neverinfamous-memory-journal-mcp/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T03:33:34.496Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "mcp",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "context-management",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "project-management",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "ai-assistant",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "knowledge-graph",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "developer-tools",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "git",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "github-projects",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "model-context-protocol",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "persistent-memory",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "thread-continuity",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "semantic-search",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "sqlite",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "typescript",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cli",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile capability:mcp|supported|profile capability:context-management|supported|profile capability:project-management|supported|profile capability:ai-assistant|supported|profile capability:knowledge-graph|supported|profile capability:developer-tools|supported|profile capability:git|supported|profile capability:github-projects|supported|profile capability:model-context-protocol|supported|profile capability:persistent-memory|supported|profile capability:thread-continuity|supported|profile capability:semantic-search|supported|profile capability:sqlite|supported|profile capability:typescript|supported|profile capability:cli|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Neverinfamous",
"href": "https://github.com/neverinfamous/memory-journal-mcp#readme",
"sourceUrl": "https://github.com/neverinfamous/memory-journal-mcp#readme",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:08:29.294Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/mcp-neverinfamous-memory-journal-mcp/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-neverinfamous-memory-journal-mcp/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T03:08:29.294Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "11 GitHub stars",
"href": "https://github.com/neverinfamous/memory-journal-mcp",
"sourceUrl": "https://github.com/neverinfamous/memory-journal-mcp",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:08:29.294Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mcp-neverinfamous-memory-journal-mcp/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-neverinfamous-memory-journal-mcp/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub Β· GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to memory-journal-mcp and adjacent AI workflows.