NALLAR MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NALLAR MCP Servershow me the portfolio evidence and test results"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server
Recruiter-facing public presentation generated from the verified local NALLAR portfolio package.
30-second summary
This project is presented around four questions: what was built, how it was tested, what was measured, and what is not being claimed.
Related MCP server: tero-mcp-lite
Evidence model
Runnable implementation or portfolio artifact.
Executable tests and/or quantitative evaluation.
Reproducible local commands.
Explicit limitations.
Proof points
Read-only stdio / JSON-RPC MCP-facing server.
Tools, resources, prompts, initialize/ping, and negative-path handling.
10/10 protocol/integration tests passed.
Recruiter demo
Run the server and show initialize, tools/list, then one negative-path request.
Evidence boundary
Protocol tests prove the documented local server behavior; they do not prove exhaustive compatibility with every MCP host or production deployment.
Reproduce locally
See the project files and original run notes below. Use the repository's own test/evaluation commands and inspect the generated evidence artifacts rather than relying on screenshots alone.
Original run notes
NALLAR MCP Server
Read-only MCP portfolio server for NALLAR engineering evidence.
Run
cd ~/Downloads/NALLAR_AI_ENGINEERING_PORTFOLIO/02_MCP_SERVER
python server.pyEach stdio request/response is one JSON-RPC 2.0 object per line.
Test
python -m unittest discover -s tests -vEnvironment variables:
NALLAR_MCP_EVIDENCENALLAR_MCP_PORTFOLIO_ROOT
The server exposes tools, resources, and prompts while leaving canonical NALLAR source unchanged.
Public claim boundary
This repository is published as an evidence-backed portfolio artifact. Test and evaluation results apply to the documented local/bundled scope. No production deployment, foundation-model training, or other unverified capability is implied.
This server cannot be deployed
Maintenance
Related MCP Connectors
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
- mcpOAuthio.artifacta
Artifact store for AI agents. Hosted OAuth at mcp.artifacta.io/mcp; local stdio via npm/PyPI.
- craftOAuthio.illumora
Illumora Craft — evidence-augmented prompt compile for agents via remote MCP (OAuth) or local stdio.
Read-only MCP server exposing a user ORANO library to their own AI agent.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceReusable, read-only MCP server that exposes a repo's knowledge files (backlog docs, decisions, design notes) as MCP resources over stdio.-
- AlicenseBqualityAmaintenanceA lightweight MCP server that enables querying a project's corpus (docs, decisions, issues, skills) with cited answers and typed refusals via stdio JSON-RPC 2.0.9MIT
- AlicenseNot gradedqualityBmaintenanceProvides a stdio MCP bridge for coding agents to query and record engineering knowledge locally, preserving debugging history, failed attempts, and verified solutions.0MIT
- FlicenseNot gradedqualityBmaintenanceEnables MCP clients to analyze call graphs, run Grover-ranked code searches, generate boundary test cases, get refactoring suggestions, and inspect quantum backends through stdio JSON-RPC tools.2-