Skip to main content
Glama

basic-memory

set_default_project

Update the configuration to set a new default project in the Basic Memory server. The change requires a server restart to take effect.

Instructions

Set default project in config. Requires restart to take effect.

Updates the configuration to use a different default project. This change only takes effect after restarting the Basic Memory server.

Args: project_name: Name of the project to set as default

Returns: Confirmation message about config update

Example: set_default_project("work-notes")

Input Schema

NameRequiredDescriptionDefault
project_nameYes

Input Schema (JSON Schema)

{ "properties": { "project_name": { "title": "Project Name", "type": "string" } }, "required": [ "project_name" ], "type": "object" }

Other Tools from basic-memory

Related Tools

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/basicmachines-co/basic-memory'

If you have feedback or need assistance with the MCP directory API, please join our Discord server