Token导航 LogoToken导航TokenDH.com
LA
搜索检索HTTP官方级别未说明来源级核验

Lano Enterprise MCP

MCP Server

Store and retrieve semantic memories using advanced vector search and intelligence-driven insight extraction. Organize knowledge across projects with secure access controls and comprehensive system h…

工具数

公开资料未说明
JavaScriptAPI密钥HTTP搜索

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:46

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add lanonasis/lano-enterprise-mcp

详细介绍

Lano-enterprise-mcp

Store and retrieve semantic memories using advanced vector search and intelligence-driven insight extraction. Organize knowledge across projects with secure access controls and comprehensive system h…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add lanonasis/lano-enterprise-mcp

# Browse available tools
npx -y smithery tool list lanonasis/lano-enterprise-mcp

# Get full schema for a tool
npx -y smithery tool get lanonasis/lano-enterprise-mcp list_memories

# Call a tool
npx -y smithery tool call lanonasis/lano-enterprise-mcp list_memories '{}'

Direct MCP Connection

Endpoint: https://lano-enterprise-mcp--lanonasis.run.tools

Tools (28)

  • list_memories — List memories with pagination and filters. Returns paginated results sorted by the specified field.
  • create_memory — Create a new memory with automatic vector embedding generation for semantic search. The content is processed to create …
  • create_memory_chunked — Create memory entries from large content by automatically splitting into multiple chunks. Each chunk preserves context …
  • get_memory — Retrieve a specific memory by its unique identifier. Returns full memory details including content, metadata, and times…
  • update_memory — Update an existing memory's content, title, type, tags, or metadata. Only provided fields are updated; others remain un…
  • delete_memory — Permanently delete a memory by its ID. This action cannot be undone.
  • search_memories — Search memories using semantic vector search. Finds memories with similar meaning to the query, not just keyword matche…
  • search_lanonasis_docs — Search the Lanonasis documentation for guides, API references, and SDK information.
  • list_api_keys — List all API keys for the authenticated user. Shows key metadata but not the secret values.
  • create_api_key — Create a new API key for programmatic access. The secret is only shown once upon creation.
  • delete_api_key — Permanently delete an API key. This cannot be undone. Applications using this key will lose access.
  • rotate_api_key — Generate a new secret for an existing API key. The old secret becomes invalid immediately.
  • revoke_api_key — Deactivate an API key without deleting it. The key can potentially be reactivated later.
  • list_projects — List all projects accessible to the user, optionally filtered by organization.
  • create_project — Create a new project for organizing memories and API keys. Projects help separate concerns and manage access.
  • get_organization_info — Get detailed information about an organization including settings, members count, and usage limits.
  • get_health_status — Get comprehensive system health status including API, database, and service availability.
  • get_auth_status — Get current authentication status, user information, and access level.
  • get_config — Retrieve a configuration setting by key. Returns the current value and metadata.
  • set_config — Update a configuration setting. Some settings may require admin access.
  • intelligence_health_check — Check health status and availability of AI intelligence services including embedding and analysis endpoints.
  • intelligence_suggest_tags — Get AI-powered tag suggestions for a memory based on its content. Uses natural language understanding to recommend rele…
  • intelligence_find_related — Find semantically related memories using vector similarity search. Discovers connections between memories based on mean…
  • intelligence_detect_duplicates — Detect potential duplicate memories using semantic similarity analysis. Helps identify redundant content for cleanup.
  • intelligence_extract_insights — Extract actionable insights and summaries from memories using AI analysis. Great for decision support and knowledge syn…
  • intelligence_analyze_patterns — Analyze usage patterns and trends across memories over time. Identifies what topics you focus on and how usage evolves.
  • memory_stats — Get comprehensive statistics about memory usage including counts by type, storage used, and activity metrics.
  • memory_bulk_delete — Delete multiple memories at once. This is a destructive operation that cannot be undone.
# Get full input/output schema for a tool
npx -y smithery tool get lanonasis/lano-enterprise-mcp 

Resources

  • docs://api-reference — Complete API documentation for all endpoints
  • config://current — View current server configuration

Prompts (3)

  • memory_workflow (action, context) — Guide for creating, organizing, and searching memories effectively
  • api_key_management — Best practices for managing API keys securely
  • intelligence_guide — Guide to AI-powered memory analysis capabilities

目录标签

目录标签

JavaScriptAPI密钥HTTP搜索

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP