Self 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., "@Self MCP Serverwhat are my current intentions for this week?"
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.
Self MCP Server
Servidor MCP (Model Context Protocol) que permite que assistentes de IA (Claude, Cursor, etc.) interajam com seu Self — um framework de autoconhecimento que conecta suas ações diárias ao que realmente te move.
Self MCP
Instalação • Estrutura • Configuração • Uso • Resources • Tools
Requisitos
Bun (runtime JavaScript)
Related MCP server: MIND MCP Server
Instalação
bun installEstrutura do Projeto
self-mcp/
├── src/ # Código fonte
│ ├── core.js # Lógica compartilhada do MCP
│ ├── servers/
│ │ ├── stdio.js # Servidor stdio (local)
│ │ └── http.js # Servidor HTTP/SSE (remoto)
│ ├── db/
│ │ ├── index.js # Módulo de banco de dados
│ │ └── schema.sql # Schema SQLite
│ ├── lib/
│ │ └── markdown.js # Gerador de Markdown
│ ├── tools/ # Tools do MCP
│ ├── resources/ # Resources do MCP
│ └── prompts/ # Prompts do MCP
├── tests/ # Testes
├── data/ # Dados de runtime (ignorado no git)
└── assets/ # Recursos estáticosScripts
Comando | Descrição |
| Inicia servidor via stdio |
| Inicia servidor HTTP/SSE na porta 3000 |
| Executa testes |
Configuração
Adicione ao arquivo de configuração do seu cliente MCP:
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"self": {
"command": "bun",
"args": ["run", "/caminho/para/self-mcp/src/servers/stdio.js"]
}
}
}Cursor (.cursor/mcp.json):
{
"mcpServers": {
"self": {
"command": "bun",
"args": ["run", "/caminho/para/self-mcp/src/servers/stdio.js"]
}
}
}Servidor HTTP/SSE
Para uso remoto, execute:
bun run start:httpEndpoints disponíveis:
GET /health- Health checkGET /sse- Abre conexão SSEPOST /mcp- Envia mensagens JSON-RPC
Uso
Após configurar, você pode usar os seguintes prompts:
"Quero criar meu Self" — A IA usará o prompt
create_selfpara te guiar"Check-in da manhã" — A IA usará
daily_guardiancom modo morning"Como foi meu dia" — A IA usará
daily_guardiancom modo evening"Estou perdido" — A IA usará
daily_guardiancom modo reconnect
Resources
URI | Descrição |
| Self completo em Markdown |
| Self completo em JSON |
| Valores e identidade |
| O que te move |
| Missões de longo prazo |
| Metas anuais |
| Projetos ativos |
| Obstáculos e estratégias |
| Registro diário |
Tools
Tool | Descrição |
| Adicionar valor/anti-valor/identidade |
| Adicionar problema/curiosidade/etc |
| Criar missão de longo prazo |
| Criar meta anual |
| Criar projeto |
| Registrar obstáculo |
| Registrar vitória/aprendizado/desvio |
| Gerar arquivo self.md |
Como Contribuir
Abra uma Issue com suas ideias, sugestões ou experiências.
Criado por
Licença
MIT License - veja o arquivo LICENSE para detalhes.
This server cannot be installed
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 thousands of interactive self-awareness scenarios, behavioral archetypes, and breakthrough exercises from the Levels of Self development game. It enables AI assistants to guide users through pattern recognition and developmental coaching across seven levels of self-awareness.49MIT- Alicense-qualityDmaintenanceEnables AI agents to persist and retrieve memories via a personal knowledge graph, with tools for emotional intelligence, CRM, life management, social features, self-training, and autonomous insights.1165MIT
- Flicense-qualityBmaintenanceEnables AI agents to act as personal growth coaches, allowing users to set goals, receive personalized daily tasks, and track progress with dynamic replanning and reward systems.
- Alicense-qualityBmaintenanceEnables AI assistants to read and write to a personal knowledge vault of markdown notes, projects, and tasks, with tooling for search, capture, daily logs, and project management across different AI tools.MIT
Related MCP Connectors
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Mobile-first AI life planner — turn goals into daily, synced tasks from your AI assistant.
Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant.
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/ciro-maciel/self-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server