MCP Instruct
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kb_initializeC | Initialize or check knowledge base status. Returns current profile summary and whether onboarding is needed. |
| kb_onboardC | Start interactive onboarding to collect initial information. Returns questions for the specified category. |
| kb_quick_setupC | Quick setup using predefined forms for common scenarios |
| kb_update_personalC | Update personal information (name, location, languages, etc.) |
| kb_update_professionalC | Update professional information (job, skills, experience, etc.) |
| kb_update_preferencesC | Update user preferences (communication style, technical level, etc.) |
| kb_update_projectsC | Update project context (current projects, technologies, goals) |
| kb_add_customC | Add custom knowledge to any category |
| kb_remove_customC | Remove custom knowledge |
| kb_get_allC | Get complete knowledge base as formatted JSON |
| kb_get_personalC | Get personal information |
| kb_get_professionalC | Get professional information |
| kb_get_preferencesC | Get user preferences |
| kb_get_projectsD | Get project context |
| kb_get_customC | Get custom knowledge by category |
| kb_searchC | Search knowledge base using semantic search |
| kb_get_contextC | Get AI-ready context string for LLM consumption |
| kb_get_historyC | Get recent history of knowledge base changes |
| kb_exportB | Export knowledge base as JSON string |
| kb_importC | Import knowledge base from JSON string |
| kb_list_formsC | List available forms and their structures |
| agent_listA | List all available AI agent personas |
| agent_activateC | Activate a specialized AI agent (IT Expert, Hacker, Sales, Blue/Red/Purple Team) |
| agent_switch_quickC | Quick switch agent using shorthand (it/hacker/sales/blue/red/purple) |
| agent_get_activeB | Get the currently active agent |
| agent_get_toolsC | Get available tools for current agent |
| mcp_instruct_onboardingC | Start the MCP Instruct onboarding process - sets up personal profile and AI agent |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/hlsitechio/mcp-instruct'
If you have feedback or need assistance with the MCP directory API, please join our Discord server