Skip to main content
Glama

"Asgard" MCP server - public FOSS version

Overview

A modular web-http based MCP + webapp(uvicorn/fastAPI) + ollama agent stack written in python; Frontend/ Javascript placeholder written by LLMs*

Usage

After install activate a python virtual environment in the repository root, then open two terminals and run in one line for each in order:

python server.py
python chat_server.py

Afterwards, open localhost:8000 in browser to access the interface.

Related MCP server: MCP Server

Tooling and General Capabilities

The base tooling content of is bulky and still in development and testing; If using this app, you may simply exclude the unnecesarry libraries and remove the tool's code; It includes:

  • search_files

  • fetch_url

  • read_text_file

  • search_knowledge_base

  • embedImage

Footnotes

[*] - Provisional code;

Related MCP Connectors

Related MCP Servers

  • F
    license
    C
    quality
    C
    maintenance
    A multi-tool MCP server that enhances local LLMs with web search, document reading, scholarly research, Wikipedia access, and calculator functions. Provides comprehensive tools for information retrieval and computation without requiring API keys by default.
    22
    1
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    A lightweight MCP server that exposes Ollama Cloud models as tools for chat, web search, and web fetching, with dynamic model switching.
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server providing tools for LLMs (via Ollama) to get current time, calculate arithmetic, list files, and read project README, with a web chat UI.
    35 npm
    MIT