Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Agentprofile
Agentprofile logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:54:46 PM

Agentprofile

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

One profile β€” skills, credentials, and memory β€” synced to every agent tool via one MCP URL.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "agentprofile": {
      "command": "npx",
      "args": [
        "-y",
        "@magicteams_ai/agentprofile"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

agentprofile

license MCP clients status

Your agent's identity, everywhere. One profile β€” skills, credentials, and memory β€” synced to every agent tool through a single MCP URL. Open source, zero-knowledge, and self-hostable on your own Cloudflare account.

Every AI tool you use β€” Claude Code, Cursor, Codex β€” starts from zero: its own skills, its own pasted API keys, its own amnesia. agentprofile gives them one shared brain.


Live now: hosted at https://agentprofile.everyai-com.workers.dev Β· dashboard at /app

Connect (any MCP client)

The server is a remote MCP server (Streamable HTTP) β€” no install needed, just one URL:

Code
https://agentprofile.everyai-com.workers.dev/mcp

It supports two ways to authenticate:

  • OAuth (recommended) β€” clients that support MCP OAuth discover it automatically from the URL and show a consent screen.
  • Bearer token β€” run npx @magicteams_ai/agentprofile to get a token, or hit POST /profiles.
Claude Code
Terminal
claude mcp add --transport http agentprofile https://agentprofile.everyai-com.workers.dev/mcp

Or with a bearer token:

Terminal
claude mcp add --transport http agentprofile https://agentprofile.everyai-com.workers.dev/mcp \
  --header "Authorization: Bearer ap_…"
Cursor / other mcp.json clients
config.json
{
  "mcpServers": {
    "agentprofile": {
      "url": "https://agentprofile.everyai-com.workers.dev/mcp",
      "headers": { "Authorization": "Bearer ap_…" }
    }
  }
}

Or just run npx @magicteams_ai/agentprofile and it configures every client it finds.

60-second demo

Terminal
npx @magicteams_ai/agentprofile

That creates an anonymous profile (no signup) on the hosted instance, auto-detects your installed MCP clients, and writes their config. Restart your tools, then:

  1. In Claude Code: "Remember that I prefer pnpm over npm."
  2. In Cursor: "What package manager do I prefer?"

It recalls it. That's your profile, everywhere.

What's in this repo (Phase 1)

This is the Phase 1 implementation from the master plan: a working end-to-end skeleton that syncs skills and memory across tools over MCP. Credentials (zero-knowledge), OAuth, semantic recall, and the skill registry land in later phases β€” see Roadmap.

PathWhat it is
apps/workerThe Cloudflare Worker: a remote MCP server backed by one Durable Object per profile (SQLite for memory, R2 for skill bundles), plus a landing page (/) and a live dashboard (/app) with real-time WebSocket sync.
packages/cliThe agentprofile CLI: instant-profile onboarding, client auto-config, doctor, skill add.

Web UI

  • / β€” landing page with the one-command install and the pitch.
  • /app β€” live dashboard. Paste your token (or hit "Create new") and watch skills and memory update in real time: when any agent calls remember, the fact appears instantly over a WebSocket. Add or delete memories and skills right from the page.
  • /setup-prompt β€” the "set up with your agent" prompt: paste it into Claude Code or Cursor and your own agent installs and verifies agentprofile for you.

How it works

Code
agent tool ──Streamable HTTP──▢ Worker ──idFromName(profileId)──▢ ProfileDO
  (Claude Code / Cursor)          /mcp                            per-user SQLite
                                                                  β€’ facts (memory)
                                                                  β€’ skills
  • One Durable Object per user is the source of truth. It validates the profile's secret on every call and owns that profile's memory and skills.
  • Bearer token = ap_<profileId>.<secret>. The profileId routes to the DO; the DO verifies a SHA-256 hash of the secret. No central token table.
  • The MCP surface is 6 tools: get_context, list_skills, get_skill, remember, recall, forget. Deliberately small β€” every description byte is paid on every client turn (pinned in tests).

Run it locally

Terminal
npm install
npm run dev            # starts the Worker on http://localhost:8787

In another terminal:

bash
# point the CLI at your local server
AGENTPROFILE_SERVER=http://localhost:8787 npx @magicteams_ai/agentprofile

Run the tests and typecheck:

Terminal
npm --workspace apps/worker run test
npm --workspace apps/worker run typecheck

Deploy your own (self-host)

agentprofile self-hosts on your own Cloudflare account β€” the free Workers tier covers personal use.

bash
cd apps/worker
npx wrangler r2 bucket create agentprofile-bundles
npx wrangler deploy
# then set PUBLIC_BASE_URL to your deployed URL and connect with:
AGENTPROFILE_SERVER=https://agentprofile.<you>.workers.dev npx @magicteams_ai/agentprofile

Roadmap

  • P1: MCP server + ProfileDO, 6 tools, memory + skills, instant-profile CLI, live dashboard. βœ…
  • P2: per-client grants + audit log with live enforcement + dashboard access panel βœ…; MCP sessions (Mcp-Session-Id) βœ…; semantic recall via Workers AI embeddings (keyword fallback) βœ…; pluggable memory providers (builtin default + Mem0 + Supermemory adapters, /memory-config) βœ…; OAuth 2.0 + PKCE consent flow with discovery, dynamic registration, and consent screen βœ….
  • P3: zero-knowledge credentials (client-side E2E), JIT injection, approval flow.
  • P4: one-click Deploy-to-Cloudflare, signed skill registry, format translators.
  • P5: teams, SSO, hosted cloud.

See the full plan in docs/.

Contributing

Contributions are welcome under the DCO β€” sign off commits with git commit -s. See SECURITY.md for responsible disclosure.

License

Apache-2.0.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP β†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP β†’
  • AgentPlaybooks logoAgentPlaybooks

    Portable, vendor-neutral home for agent skills, MCP servers, personas, and memory.

    🧠 Knowledge & Memory0 views
    Compare vs AgentPlaybooks β†’
  • Fixflow logoFixflow

    Collective memory for AI agents. One agent solves a bug β€” every agent gets the fix instantly.

    🧠 Knowledge & Memory0 views
    Compare vs Fixflow β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Agentprofile

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "agentprofile": { "command": "npx", "args": ["-y", "agentprofile"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgentprofile AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agentprofile?style=directory)](https://allmcps.com/mcp/agentprofile)
HTML Embed
<a href="https://allmcps.com/mcp/agentprofile"><img src="https://allmcps.com/api/badge/agentprofile?style=directory" alt="Agentprofile on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Agentprofile β†’Install in Claude DesktopInstall in CursorInstall in VS Code