Myself MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Myself MCP ServerWhat are my top professional skills and current active projects?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Myself MCP Server
MCP (Model Context Protocol) server for the personal knowledge base. Provides tools to query profile data, skills, projects, goals, business info, learning roadmap, ideas, and more.
Tools Available
Tool | Description |
| Get skills with proficiency levels, filter by category or min level |
| Get work experience, optionally current positions only |
| Get projects by status (active/planned/completed) or technology |
| Get 2026 goals with progress metrics |
| Get profile summary with contact info |
| Get full resume or specific variant |
| Natural language search across all data |
| Get monitored job postings |
| Get Codaissance or TamperTantrum Labs strategy, personas, marketing |
| Get learning roadmap and completed learning |
| Get ideas from personal or business idea banks |
Related MCP server: Rememberizer MCP Server for Common Knowledge
Usage
Local (stdio transport - for Claude Desktop)
npm install
npm run build
npm startAdd to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"myself": {
"command": "node",
"args": ["/path/to/myself-mcp-server/dist/index.js"]
}
}
}Vercel Deployment
Deploy to Vercel and the serverless function will be available at:
GET /api/mcp- Health checkPOST /api/mcp- MCP protocol endpoint
The Vercel function fetches data directly from the G-Hensley/myself GitHub repo.
Local HTTP Server (alternative)
npm run dev:http
# or
npm run build && npm run start:httpEndpoints:
GET /health- Health checkPOST /mcp- MCP protocol endpoint
Testing with MCP Inspector
npm run inspectDevelopment
npm run dev # Run stdio server with tsx
npm run dev:http # Run HTTP server with tsxArchitecture
src/index.ts- Stdio transport server (reads local files)src/http-server.ts- HTTP transport server (fetches from GitHub)api/mcp.ts- Vercel serverless function (fetches from GitHub)
All remote servers read data directly from the GitHub repo, so they're always up-to-date with the latest data.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides access to personal/team knowledge repositories with tools to search, retrieve, and save information from various sources including Slack, Gmail, and document storage platforms.Last updatedApache 2.0
- Alicense-qualityDmaintenanceEnables accessing and managing personal/team internal knowledge repository with tools for semantic search, smart search, document listing, and saving information for future recall.Last updatedApache 2.0
- Flicense-qualityDmaintenanceManages and analyzes personal information across email, social media, documents, and productivity metrics with AI-powered insights, communication pattern analysis, and cross-platform content management.Last updated
- Alicense-qualityBmaintenanceExposes a public, read-only professional profile with tools to search resume evidence, fetch curated links, and generate career briefs for LLM agents.Last updatedMIT
Related MCP Connectors
A personal RAG database you build from chat, so AI creates work that sounds like you.
End-to-end agent-managed company brain. Docs, diagrams, plans, Knowledge Graph. Lean & affordable.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/G-Hensley/myself-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server