AI
@Nasdanika
About AI
Things related to artificial intelligence built on top of Nasdanika capabilities
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AI?
AI provides tools for artificial intelligence operating on top of resource sets – collections of interconnected models. It includes “Narrator” processors that describe model elements and their relationships in multiple ways, and supports embeddings, vector stores, and chat completions.
How to use AI?
Use the CLI commands: a vector store mixin, an embeddings generator for search-documents.json, a vector store generator (with or without embeddings, new or add/update existing), and semantic search HTTP server routes. A Chat Vue.js component is adapted for chat interfaces.
Key features of AI
- Narrator processors describe model elements and relationships.
- Supports OpenAI and Ollama for embeddings.
- Uses hnswlib vector store for semantic search.
- CLI commands for generating embeddings and vector stores.
- Semantic search HTTP server routes.
- Chat components for static site or model interaction.
Use cases of AI
- Explaining familial relationships (e.g., parent, father, sibling) from a model.
- Generating descriptions with narration and storing them as vector embeddings.
- Performing semantic search that considers both semantic and graph distance.
- Building a chat interface for a static site using OpenAI or Ollama.
FAQ from AI
What embeddings providers are supported?
OpenAI and Ollama are explicitly mentioned for embeddings generation.
What vector store library is used?
The server uses hnswlib (from https://github.com/jelmerk/hnswlib). Observations include 10 minutes to load 200K vectors and ~2.5 Gb index file.
What chat capabilities are included?
Chat completions are supported. A CLI enables chatting with a site (serving static site + semantic search) or chatting with a model using OpenAI or Ollama on a GCP VM with Docker.
Frequently asked questions
What embeddings providers are supported?
OpenAI and Ollama are explicitly mentioned for embeddings generation.
What vector store library is used?
The server uses hnswlib (from https://github.com/jelmerk/hnswlib). Observations include 10 minutes to load 200K vectors and ~2.5 Gb index file.
What chat capabilities are included?
Chat completions are supported. A CLI enables chatting with a site (serving static site + semantic search) or chatting with a model using OpenAI or Ollama on a GCP VM with Docker.
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments