MCP Catalogs
首页nia screenshot

nia

by nozomio-labs·69·综合分 46

Nia 是一个 MCP 服务器,为 AI 代理提供索引化的文档、代码和文件搜索功能。

ai-llmdeveloper-toolsknowledge-graph
6
Forks
2
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

Nia 是 AI 代理的上下文增强层,主要为编程助手设计。它通过索引和搜索 GitHub 仓库、文档、PDF、数据集、电子表格、Slack、Google Drive 等内容,提供最新的知识库功能。根据开发者提供的信息,该服务能将代理性能提升 27%。Nia 可以作为 API 和 MCP 服务器使用,提供语义搜索、无需索引的包搜索、深度研究用的文档代理以及代理间的上下文共享等功能。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:编程代理可以搜索索引化的文档和代码库以获取最新信息
:研究助手可以提取和分析 PDF 及文档中的数据
:开发团队可以在不同的 AI 工具之间共享上下文和对话状态
:Nia 可以索引哪些来源?
:Nia 如何提升代理性能?

什么时候选它

当您的 AI 代理需要跨多个知识源的全面搜索能力时,特别是如果您已经在使用 Cursor、Claude Code 或其他支持的代理,请选择 Nia。

什么时候不要选它

如果您需要无厂商锁定的开源解决方案,或者需要远超免费层(每月仅 50 次查询)的免费使用,请不要选择 Nia。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • index

    Index various knowledge sources like GitHub repos, documentation sites, PDFs, and datasets.

  • search

    Perform semantic search across all indexed sources in under 5 seconds.

  • package_search

    Search 150M+ pre-indexed documents from PyPI, NPM, Crates.io, and Go modules.

  • document_agent

    Deploy an autonomous AI agent into any indexed PDF or document for deep research.

  • extract_data

    Extract structured data from PDFs into JSON using custom schemas.

  • tracer

    Search GitHub code without indexing using specialized sub-agents.

  • oracle_research

    Perform autonomous deep research across codebases and documentation.

  • share_context

    Save plans, discoveries, and conversation state between different agents.

  • index_gdrive

    Index and keep Google Drive content synced with continuous monitoring.

  • index_slack

    Index Slack workspaces and search conversations semantically.

  • create_connector

    Create connectors to integrate external sources like Notion or Confluence.

  • encrypt_sync

    Set up end-to-end encrypted sync for personal data like iMessage or WhatsApp.

可对比工具

semantic-searchmcp-document-searchvector-search-mcppinecone-mcp

安装

快速开始

npx nia-wizard@latest

这个向导会自动处理账户创建、API 密钥生成和 IDE 配置。适用于 Cursor、VS Code、Claude Code、Windsurf 和 30+ 其他代理。

Claude Desktop 配置

将以下内容添加到您的 Claude Desktop config.json 中:

{
  "mcpServers": {
    "nia": {
      "command": "npx",
      "args": ["-y", "@nozomio-labs/nia-mcp"]
    }
  }
}

FAQ

Nia 可以索引哪些来源?
Nia 可以索引 GitHub 仓库、文档网站、PDF、数据集、电子表格、Slack 工作区、Google Drive、本地文件夹等。它还支持对 PyPI、NPM、Crates.io 和 Go 模块进行预索引包搜索。
Nia 如何提升代理性能?
通过提供代理从索引来源获取的最新、持续监控的上下文,而不是依赖过时的训练数据或网络搜索,Nia 减少幻觉并将准确性提高 27%,这是根据开发者提供的数据。

Hacker News 讨论

开发者社区最近的相关讨论。

nia 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。