Anytype MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANYTYPE_API_KEY | Yes | Your Anytype API key obtained through authentication process |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| anytype_list_spacesB | Lista todos los espacios disponibles |
| anytype_get_spaceB | Obtiene un espacio específico por su ID |
| anytype_create_spaceC | Crea un nuevo espacio |
| anytype_update_spaceC | Actualiza un espacio existente |
| anytype_list_membersC | Lista todos los miembros de un espacio |
| anytype_get_memberC | Obtiene un miembro específico |
| anytype_search_objectsB | Busca objetos en todos los espacios o en un espacio específico |
| anytype_list_objectsC | Lista objetos en un espacio específico |
| anytype_get_objectC | Obtiene un objeto específico por su ID |
| anytype_create_objectC | Crea un nuevo objeto en un espacio |
| anytype_update_objectA | Actualiza un objeto existente. IMPORTANTE: Para actualizaciones de contenido (body/markdown), utiliza una estrategia de reemplazo que crea un nuevo objeto con el contenido actualizado y elimina el original, ya que la API de Anytype no actualiza correctamente el contenido markdown con el método tradicional. |
| anytype_delete_objectC | Elimina (archiva) un objeto |
| anytype_list_propertiesC | Lista todas las propiedades de un espacio |
| anytype_get_propertyC | Obtiene una propiedad específica |
| anytype_create_propertyC | Crea una nueva propiedad |
| anytype_update_propertyD | Actualiza una propiedad existente |
| anytype_delete_propertyC | Elimina una propiedad |
| anytype_list_typesC | Lista todos los tipos de objetos |
| anytype_get_typeC | Obtiene un tipo específico |
| anytype_create_typeC | Crea un nuevo tipo de objeto |
| anytype_update_typeC | Actualiza un tipo existente |
| anytype_delete_typeC | Elimina un tipo de objeto |
| anytype_list_tagsB | Lists all tags for a property |
| anytype_get_tagC | Gets a specific tag |
| anytype_create_tagC | Creates a new tag |
| anytype_update_tagC | Updates an existing tag |
| anytype_delete_tagC | Deletes a tag |
| anytype_list_templatesC | Lists all available templates for a specific type |
| anytype_get_templateC | Gets a specific template |
| anytype_add_to_collectionC | Adds an object to a collection |
| anytype_remove_from_collectionC | Removes an object from a collection |
| anytype_get_list_viewsB | Obtiene las vistas disponibles para una lista |
| anytype_get_list_objectsC | Obtiene objetos de una lista usando una vista específica |
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
- 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/cryptonahue/mcp-anytype'
If you have feedback or need assistance with the MCP directory API, please join our Discord server