AuraStackAI-Agency/MCP_AuraCore_Code
If you are the rightful owner of MCP_AuraCore_Code and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
AuraCore MCP Server is a Model Context Protocol server designed to manage projects, store business context, track tasks, and maintain a persistent session memory for Claude Desktop.
Tools
Functions exposed to the LLM to take actions
auracore_create_project
Create a new project.
auracore_list_projects
List projects, filterable by status.
auracore_get_project
Get details of a project.
auracore_update_project
Update a project.
auracore_store_context
Store a business rule, pattern, or convention.
auracore_query_context
Search for stored context.
auracore_delete_context
Delete a stored context.
auracore_create_task
Create a new task.
auracore_update_task
Update an existing task.
auracore_get_next_tasks
Get recommended next tasks.
auracore_remember
Store a value with optional TTL.
auracore_recall
Retrieve a stored value.
auracore_forget
Delete a stored value.
auracore_log_decision
Log a decision with reasoning.
auracore_get_decisions
Retrieve decision history.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client